Ok, so I finally got the 2 bit color working rather than just black and white on it. The pixels go:
x0y0b0 x1y0b0 x0y0b1 x1y0b1 x0y1b0 x1y1b0 x0y1b1 x1y1b1 ...
So the two bits of color aren't even next to each other!
I was expecting greyscale, but what I actually got was better. You get cyan and red, and then I guess the two mix to make black.
So you could kind of use it to antialias text and it wouldn't notice, but you actually get colour!
1 Attachment
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, so I finally got the 2 bit color working rather than just black and white on it. The pixels go:
So the two bits of color aren't even next to each other!
I was expecting greyscale, but what I actually got was better. You get cyan and red, and then I guess the two mix to make black.
So you could kind of use it to antialias text and it wouldn't notice, but you actually get colour!
1 Attachment