FabGL
ESP32 Display Controller and Graphics Library
TextualDisplayController Class Referenceabstract

Represents the base abstract class for textual display controllers. More...

#include <displaycontroller.h>

Inheritance diagram for TextualDisplayController:

Public Member Functions

virtual int colorsCount ()=0
 Determines number of colors this display can provide. More...
 
DisplayControllerType controllerType ()
 Determines the display controller type. More...
 
int getScreenHeight ()
 Determines the screen height in pixels. More...
 
int getScreenWidth ()
 Determines the screen width in pixels. More...
 

Detailed Description

Represents the base abstract class for textual display controllers.

Definition at line 715 of file displaycontroller.h.


The documentation for this class was generated from the following file: