FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::Terminal::flush | ( | bool | waitVSync | ) |
Waits for all codes sent to the display has been processed.
waitVSync | If true codes are processed during screen retrace time (starting from VSync up to about first top visible row). When false all messages are processed immediately. |