gb.begin

From Gamebuino Wiki
Revision as of 2014-05-19T08:32:20 by Rodot (talk | contribs) (Example)
Jump to: navigation, search


Description

Initialize the Gamebuino and displays the startup screen. Should be called once at the beginning of the setup() function.

Syntax

gb.begin(F("name"), logo);

Parameters

  • F("name") (optional): Replace "name" with the name of your game (but keep the " "). Will be displayed in the start menu.
  • logo (optional): The logo of your game. Any size from 8*8px up to 64*28px.

Returns

none

Example

See also