Difference between revisions of "83Plus:BCALLs:4543"

From WikiTI
Jump to: navigation, search
(fixed function description)
 
Line 5: Line 5:
 
'''BCALL Address:''' 4543
 
'''BCALL Address:''' 4543
  
Clears the display, ignoring any split-screen settings.
+
Clears the non-graphing part of the screen, as opposed to its counterpart, ClrLCDFull, which clears the entire screen.
  
 
=== Inputs ===
 
=== Inputs ===
Line 18: Line 18:
 
== Example ==
 
== Example ==
 
  <nowiki>B_CALL _ClrLCD</nowiki>
 
  <nowiki>B_CALL _ClrLCD</nowiki>
 
== Comments ==
 
Indiscernible differences from ClrLCDFull
 

Latest revision as of 19:33, 24 March 2007

Synopsis

Official Name: ClrLCD

BCALL Address: 4543

Clears the non-graphing part of the screen, as opposed to its counterpart, ClrLCDFull, which clears the entire screen.

Inputs

  • None

Outputs

  • None

Destroys

  • All

Example

B_CALL _ClrLCD