Difference between revisions of "Z80 Routines:Graphic:getPixel"
From WikiTI
(New page: LargeSpriteLargeSprite The '''getPixel''' routine is used change a pixel in the graph buffer. {{stub}} == Code == <nowiki> <...) |
(No difference)
|
Revision as of 07:49, 27 October 2009
The getPixel routine is used change a pixel in the graph buffer.
Code
Example
;pixel On (black) ;pixel Off (white) ;pixel change
Comments
- Don't use this to plot sprites! Use putSprite
- Not that usually used but can be used to get hl pointing to the wanted place in graph buffer