oh, cool, was fighting with this or something very similar some time ago but with bitmap vs vector font, had 4 bit buffer and last color was white and had to do setColor(16) instead of expected setColor(15) to make it really white. Can you check if using vector font in same place makes a difference? one font was white with color 15 the other needed color 16
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.
oh, cool, was fighting with this or something very similar some time ago but with bitmap vs vector font, had 4 bit buffer and last color was white and had to do
setColor(16)
instead of expectedsetColor(15)
to make it really white. Can you check if using vector font in same place makes a difference? one font was white with color 15 the other needed color 16