FabGL
ESP32 Display Controller and Graphics Library

◆ begin() [1/2]

void begin ( char const *  modeline = nullptr,
int  viewPortWidth = -1,
int  viewPortHeight = -1 
)

Initializes InputBox from VGA modeline, using a VGA16Controller.

Parameters
modelineOptional modeline (uses 640x480 resolution if not specified)
viewPortWidth
viewPortHeight

Definition at line 55 of file inputbox.cpp.