|
FabGL
ESP32 Display Controller and Graphics Library
|
Represents the base abstract class for textual display controllers. More...
#include <displaycontroller.h>

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... | |
| int | getViewPortHeight () |
| Determines vertical size of the viewport. More... | |
| int | getViewPortWidth () |
| Determines horizontal size of the viewport. More... | |
Represents the base abstract class for textual display controllers.
Definition at line 729 of file displaycontroller.h.