gb.display.update

From Gamebuino Wiki
Revision as of 2014-06-24T17:59:38 by Rodot (talk | contribs) (Created page with "{{lowercase}} __NOTOC__ == Description == Sends the display buffer to the display. It's done automatically at each frame by <code>gb.update()</code> so you shouldn't have ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Sends the display buffer to the display. It's done automatically at each frame by gb.update() so you shouldn't have to call this function.

Syntax

gb.display.update();

Parameters

none

Returns

none

Example

See also