FabGL
ESP32 Display Controller and Graphics Library

◆ begin() [1/4]

void begin ( )
virtual

Initializes TFT display controller.

This initializer uses SDK API to get access to the SPI channel, assigning following configuration: SCK = 18 MOSI = 23 DC = 22 RESET = 21 CS = 5 host = VSPI_HOST

Implements BaseDisplayController.

Definition at line 194 of file TFTControllerGeneric.cpp.