FabGL
ESP32 Display Controller and Graphics Library
|
Represents the base abstract class for all display controllers. More...
#include <displaycontroller.h>
Public Member Functions | |
virtual int | colorsCount ()=0 |
Determines number of colors this display can provide. More... | |
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... | |
int | getViewPortHeight () |
Determines vertical size of the viewport. More... | |
int | getViewPortWidth () |
Determines horizontal size of the viewport. More... | |
Represents the base abstract class for all display controllers.
Definition at line 662 of file displaycontroller.h.