|
FabGL
ESP32 VGA Controller and Graphics Library
|
| void fabgl::CanvasClass::waitCompletion | ( | bool | waitVSync = true | ) |
Wait for drawing queue to become empty.
| waitVSync | If true drawings are done on vertical retracing (slow), if false drawings are perfomed immediately (fast with flickering). |