FabGL
ESP32 Display Controller and Graphics Library

◆ getDefaultScanlineBuffer()

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.

Parameters
scanlineScanline index (0 up to screen height minus one)

Definition at line 167 of file vgadirectcontroller.cpp.