Of course I forgot about alt+mouse over
jannasa
8
Posts
A member registered Aug 02, 2022
Recent community posts
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.