Quote:
Originally Posted by PoP
Pretty neat Geekmaster. On my Kindle Keyboard, it draws white on white (/def/zero over eips -c background. I cheated by removing the clear and starting spoxbrane over a black screensaver.
Cool:
|
@PoP: Good job! I was going to add support for the K3 when I convert this to a C program (some day). It is nice to see somebody take the initiative to do new things (for which I usually bump their karma to 2600, like I just *tried* to do for you). Unfortunately, mobileread usually has an "off by one" error when adding karma points, but this time it showed my adjustment as an extra point, so you got an extra point. (To *earn* all that karma, please post another screenshot after making the adjustments suggested below.)
On the K3, each byte is two pixels, so to get proper horizontal aliasing for the moire pattern, you should adjust the horizontal step size and divide the widths by 2 (i.e. VX=300 MX=300, etc.).
Although I did not test it yet,
spoxbrane should work on a DX and DXG too (with the above K3 adjustments), but it would only draw on the upper-left 600x800 unless you adjusted the code to use more of the screen space.