Difference between revisions of "Gb.display.persistence"

From Gamebuino Wiki
Jump to: navigation, search
m (Description: Added default value)
m (Description: removed previous edit (to be added in "value"))
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== 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.
+
Choose either to automatically clear the screen between each frame or not.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 2016-11-29T14:11:07

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

Example

See also