FabGL
ESP32 Display Controller and Graphics Library

◆ setProcessPrimitivesOnBlank()

void setProcessPrimitivesOnBlank ( bool  value)
inline

Determines the maximum time allowed to process primitives.

Primitives processing is always started at the beginning of vertical blank. Unfortunately this time is limited and not all primitive may be processed, so processing all primitives may required more frames. This method expands the allowed time to half of a frame. This increase drawing speed but may show some flickering.

The default is False (fast drawings, possible flickering).

Parameters
valueTrue = allowed time to process primitives is limited to the vertical blank. Slow, but avoid flickering. False = allowed time is the half of an entire frame. Fast, but may flick.

Definition at line 102 of file vgapalettedcontroller.h.