Difference between revisions of "83Plus:BCALLs:4543"
From WikiTI
Nyquist562 (Talk | contribs) (Created ClrLCD article) |
Nyquist562 (Talk | contribs) (fixed function description) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By_Name:Display|ClrLCD]] [[Category:83Plus:BCALLs:By_Name|ClrLCD]] [[Category:83Plus:BCALLs:By_Address|4543 - | + | [[Category:83Plus:BCALLs:By_Name:Display|ClrLCD]] [[Category:83Plus:BCALLs:By_Name|ClrLCD]] [[Category:83Plus:BCALLs:By_Address|4543 - ClrLCD]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' ClrLCD | '''Official Name:''' ClrLCD | ||
Line 5: | Line 5: | ||
'''BCALL Address:''' 4543 | '''BCALL Address:''' 4543 | ||
− | Clears the | + | Clears the non-graphing part of the screen, as opposed to its counterpart, ClrLCDFull, which clears the entire screen. |
=== Inputs === | === Inputs === | ||
* None | * None | ||
− | === Outputs === | + | === Outputs === |
* None | * None | ||
Line 18: | Line 18: | ||
== Example == | == Example == | ||
<nowiki>B_CALL _ClrLCD</nowiki> | <nowiki>B_CALL _ClrLCD</nowiki> | ||
− | |||
− | |||
− |
Latest revision as of 18:33, 24 March 2007
Contents
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