FabGL
ESP32 Display Controller and Graphics Library
|
Represents the base abstract class for all display controllers. More...
#include <displaycontroller.h>
Public Member Functions | |
virtual DisplayControllerType | controllerType ()=0 |
Determines the display controller type. More... | |
int | getScreenHeight () |
Determines the screen height in pixels. More... | |
int | getScreenWidth () |
Determines the screen width in pixels. More... | |
Represents the base abstract class for all display controllers.
Definition at line 658 of file displaycontroller.h.