gb.display.persistence

From Gamebuino Wiki
Jump to: navigation, search

Description

Choose either to automatically clear the screen between each frame or not.

Syntax

gb.display.persistence = true;

Value

  • true: don't clear the display between each frame
  • false: clear the display between each frame

The default value is false.

Example

See also