FabGL
ESP32 Display Controller and Graphics Library

◆ VGADirectController()

VGADirectController ( bool  autoRun = true)

Initializes a new instance of VGADirectController.

Parameters
autoRunIf True display is active after setResolution() has been called. If False you need to call VGADirectController.run() to start the display.

Definition at line 70 of file vgadirectcontroller.cpp.