FabGL
ESP32 Display Controller and Graphics Library
BaseDisplayController Class Referenceabstract

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

#include <displaycontroller.h>

Inheritance diagram for BaseDisplayController:

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

Detailed Description

Represents the base abstract class for all display controllers.

Definition at line 662 of file displaycontroller.h.


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