(255,0,0) => 100 (pure red, no dithering)
(0,255,0) => 010 (pure green, no dithering)
... and other RGB combinations with components different of 0 and 255, being dithered.
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.
I would like to have saturated colors on my Bangle2, without dithering. According to List of monochrome and RGB color formats: 3 bits, there should be eight possibilities:
(255,0,0) => 100 (pure red, no dithering)
(0,255,0) => 010 (pure green, no dithering)
... and other RGB combinations with components different of 0 and 255, being dithered.