FabGL
ESP32 Display Controller and Graphics Library
|
uint8_t volatile * getDefaultScanlineBuffer | ( | int | scanline | ) |
Gets default scanline buffer.
VGADirectController automatically alocates a number of scanline buffers. The number of scanline buffers allocated is determined by setScanlinesPerCallBack() multipled by 2. The default is 2.
scanline | Scanline index (0 up to screen height minus one) |
Definition at line 167 of file vgadirectcontroller.cpp.