gb.display.update

From Gamebuino Wiki
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