FabGL
ESP32 Display Controller and Graphics Library
|
This file contains fabgl::TFTController definition. More...
#include <stdint.h>
#include <stddef.h>
#include "SPI.h"
#include "freertos/FreeRTOS.h"
#include "driver/spi_master.h"
#include "fabglconf.h"
#include "fabutils.h"
#include "displaycontroller.h"
Go to the source code of this file.
Classes | |
class | TFTController |
Base abstract class for TFT drivers with SPI connection. More... | |
Enumerations | |
enum class | TFTOrientation { Rotate0 , Rotate90 , Rotate180 , Rotate270 } |
This enum defines TFT orientation. More... | |
This file contains fabgl::TFTController definition.
Definition in file TFTControllerGeneric.h.