FabGL
ESP32 Display Controller and Graphics Library
|
void begin | ( | char const * | modeline = nullptr , |
int | viewPortWidth = -1 , |
||
int | viewPortHeight = -1 , |
||
int | displayColors = 16 |
||
) |
Initializes InputBox from VGA modeline, using a VGA16Controller.
modeline | Optional modeline (uses 640x480 resolution if not specified) |
viewPortWidth | Viewport width (-1 = automatic) |
viewPortHeight | Viewport height (-1 = automatic) |
displayColors | Number of colors for the display (2, 4, 8 or 16) |
Definition at line 73 of file inputbox.cpp.