gb.begin

From Gamebuino Wiki
Revision as of 2014-05-28T18:42:37 by Rodot (talk | contribs) (Parameters: changed max logo height to 36px)
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*36px.

Returns

none

Example

See also