gb.battery.show

From Gamebuino Wiki
Jump to: navigation, search

Description

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

Note that the battery level indicator will be set to true every time gb.titleScreen is called.

Syntax

gb.battery.show = true;

Value

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

Example

See also