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> <...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:Z80 Routines:Graphic| | + | [[Category:Z80 Routines:Graphic|getPixel]][[Category:Z80 Routines|getPixel]] |
The '''getPixel''' routine is used change a pixel in the graph buffer. | The '''getPixel''' routine is used change a pixel in the graph buffer. | ||
{{stub}} | {{stub}} |
Revision as of 06:50, 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