Setting a pixel on the screen
Jason Kemp <[email protected]> Tue, 20 May 2008 23:41:59 +0100
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
Good evening all, I have been attempting to set a pixel on the screen to white. Please show me what I am doing wrong: : ohno show black screen ffff 400 400 1024 * + 2* 1e80000 + ! keyboard ; Only the ffff and the 1e80000 are in hex. The screen is 1024x768, 16-bit, VESA 117h. Thanks, Jason