FabGL
ESP32 Display Controller and Graphics Library

◆ waitCompletion()

void fabgl::Canvas::waitCompletion ( bool  waitVSync = true)

Waits for drawing queue to become empty.

Parameters
waitVSyncIf true drawings are done on vertical retracing (slow), if false drawings are perfomed immediately (fast with flickering).