FabGL
ESP32 Display Controller and Graphics Library
|
|
pure virtual |
Suspends drawings.
Suspends drawings disabling vertical sync interrupt.
After call to suspendBackgroundPrimitiveExecution() adding new primitives may cause a deadlock.
To avoid it a call to "processPrimitives()" should be performed very often.
This method maintains a counter so can be nested.
Implemented in SSD1306Controller, TFTController, VGAController, and VGAPalettedController.