|
FabGL
ESP32 Display Controller and Graphics Library
|
| void begin | ( | char const * | modeline = nullptr, |
| int | viewPortWidth = -1, |
||
| int | viewPortHeight = -1 |
||
| ) |
Initializes InputBox from VGA modeline, using a VGA16Controller.
| modeline | Optional modeline (uses 640x480 resolution if not specified) |
| viewPortWidth | |
| viewPortHeight |
Definition at line 55 of file inputbox.cpp.