Difference between revisions of "83Plus:BCALLs:486A"
From WikiTI
m (No underscores before entry point names) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:83Plus:BCALLs:By Name:Display|GrBufCpy]] [[Category:83Plus:BCALLs:By Name|GrBufCpy]] [[Category:83Plus:BCALLs:By Address|486A - GrBufCpy]] | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' GrBufCpy |
'''BCALL Address:''' 486Ah | '''BCALL Address:''' 486Ah | ||
Line 16: | Line 17: | ||
== Comments == | == Comments == | ||
− | + | For a faster graph-buffer-to-screen copy routine, see [[Routines:Graphic:Fastcopy|Fastcopy]]. |
Latest revision as of 07:07, 26 April 2005
Synopsis
Official Name: GrBufCpy
BCALL Address: 486Ah
Copies the data at plotSScreen to the LCD.
Inputs
- plotSScreen: Graph buffer
Outputs
- Buffer sent to screen
Destroys
- All
Comments
For a faster graph-buffer-to-screen copy routine, see Fastcopy.