gb.battery.show

From Gamebuino Wiki
Revision as of 2014-06-24T18:26:06 by Rodot (talk | contribs) (Created page with "{{lowercase}} __NOTOC__ == Description == Choose either to display or not the battery level indicator in the top right corner of the screen. == Syntax == <pre>gb.battery.show...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Choose either to display or not the battery level indicator in the top right corner of the screen.

Syntax

gb.battery.show = true;

Value

  • true: show the battery indicator
  • false: don't show the battery indicator

Example

See also