I am working on moving to using the hardware more directly rather than through SDL, but I have encountered an oddity with using the frame buffer. It seems to be that after getting my pointer to the framebuffer by mmaping /dev/fb0 and writing to it with fb[y*320+x]=(colour in 16bbp format) I...