Difference between revisions of "83Plus:RAM:9340"
From WikiTI
m (sorry :)) |
|||
Line 7: | Line 7: | ||
This area of memory stores the contents of the graph screen. | This area of memory stores the contents of the graph screen. | ||
+ | |||
+ | == Comments == | ||
+ | |||
+ | The contents of this area can be copied to the LCD with [[83Plus:BCALLs:486A|GrBufCpy]] or cleared with [[83Plus:BCALLs:4BD0|GrBufClr]]. |
Revision as of 03:04, 28 March 2005
Synopsis
Official Name: plotSScreen
Memory Address: 9340h
Length: 768 bytes.
This area of memory stores the contents of the graph screen.
Comments
The contents of this area can be copied to the LCD with GrBufCpy or cleared with GrBufClr.