FabGL
ESP32 Display Controller and Graphics Library

◆ flush() [1/2]

void fabgl::Terminal::flush ( bool  waitVSync)

Waits for all codes sent to the display has been processed.

Parameters
waitVSyncIf 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.
Examples:
SSD1306_OLED/128x64/NetworkTerminal/NetworkTerminal.ino, VGA/Altair8800/Altair8800.ino, and VGA/NetworkTerminal/NetworkTerminal.ino.