gb.display.getBuffer

From Gamebuino Wiki
Revision as of 2014-08-29T18:00:33 by Rodot (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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