FabGL
ESP32 Display Controller and Graphics Library
TFTControllerGeneric.h File Reference

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"
Include dependency graph for TFTControllerGeneric.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains fabgl::TFTController definition.

Definition in file TFTControllerGeneric.h.