FabGL
ESP32 VGA Controller and Graphics Library
|
void fabgl::TerminalClass::flush | ( | bool | waitVSync | ) |
Wait 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. |