FabGL
ESP32 Display Controller and Graphics Library

◆ begin() [4/4]

void fabgl::TFTController::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 fabgl::BaseDisplayController.