FabGL
ESP32 Display Controller and Graphics Library
|
void swapBuffers | ( | ) |
Swaps screen buffer when double buffering is enabled.
Double buffering is enabled calling VGAController.setResolution() with doubleBuffered = true.
Buffers swap is always executed in vertical retracing (at VSync pulse).
Definition at line 511 of file canvas.cpp.