FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::Canvas::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).