gb.popup

From Gamebuino Wiki
Revision as of 2014-09-05T21:54:55 by Rodot (talk | contribs) (Example: path changed to beta branch)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Displays a pop-up message on the bottom of the screen for a given duration.

Syntax

gb.popup(F("Text"), duration);

Parameters

  • F("Text") (progmem char*): The text to be popped-up
  • duration (byte): how long will the popup stay on screen, expressed in number of frames (20 frames per second by default)

Returns

none

Example

See also