Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How does the screen chip work?

The first 4 pins are the X coordinate of the pixel (LSD to MSD) and the next 3 are the Y coordinate. (also LSD to MSD).
X goes from left to right, and Y goes from bottom to top.
Then, the next three pins are for the color, in the order red, green, then blue. The next pin writes that pixel to the screen, and the last pin clears it to all white.

Of course I forgot about alt+mouse over