gb.display.persistence

From Gamebuino Wiki
Revision as of 2016-11-29T15:09:43 by Yawn (talk | contribs) (Description: Added default value)
Jump to: navigation, search

Description

Choose either to automatically clear the screen between each frame or not. The default value is false, meaning the screen is cleared between each frame.

Syntax

gb.display.persistence = true;

Value

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

Example

See also