FabGL
ESP32 Display Controller and Graphics Library

◆ beginUpdate()

void beginUpdate ( )

Suspends drawings.

After call to beginUpdate() adding new primitives may cause a deadlock.
To avoid this a call to "Canvas.waitCompletion(false)" should be performed very often.

Definition at line 97 of file canvas.cpp.