Difference between revisions of "Gb.display.getBuffer"

From Gamebuino Wiki
Jump to: navigation, search
(creation)
 
(No difference)

Latest revision as of 2014-08-29T19:00:33

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