Difference between revisions of "Gb.begin"

From Gamebuino Wiki
Jump to: navigation, search
(Example)
m ({{lowercase}} title template added)
Line 1: Line 1:
{{DISPLAYTITLE:gb.begin}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Revision as of 2014-05-20T20:00:03

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