-
basic idea is: there's a buffer of 128*128 integers that acts as the framebuffer. there's an array on the CPU side that you write into to draw. that array then gets sent to the GPU with a palette and each pixel looks up its index in the framebuffer and its color from the palette






