gb.display.getBuffer
From Gamebuino Wiki
Description
Allows direct access to the display's buffer for the user to be able to create custom optimized display functions.
Syntax
gb.display.getBuffer();
Parameters
none
Returns
- pointer to the display's buffer (uint8_t*)
Example