FabGL
ESP32 Display Controller and Graphics Library
|
|
virtual |
This is the 64 colors (8 GPIOs) initializer using default pinout.
Two GPIOs per channel, plus horizontal and vertical sync signals. Use GPIO 22-21 for red, GPIO 19-18 for green, GPIO 5-4 for blue, GPIO 23 for HSync and GPIO 15 for VSync
Example:
VGAController.begin();
Implements BaseDisplayController.
Definition at line 138 of file vgatextcontroller.cpp.