|
FabGL
ESP32 Display Controller and Graphics Library
|
| void setScanlineBuffer | ( | int | scanline, |
| uint8_t volatile * | lineBuffer | ||
| ) |
Sets a scanline buffer.
| scanline | Scanline index (0 up to screen height minus one) |
| lineBuffer | Scanline buffer (must be DMA memory) |
Definition at line 155 of file vgadirectcontroller.cpp.