gb.display.getBuffer

From Gamebuino Wiki
Jump to: navigation, search

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

See also