Hi! I'm afraid the fonts are basically just 1 bit. You can do 2/4 bit (for antialiasing) but it then becomes a nightmare trying to create the font in the first place.
For this kind of thing probably your best option is to create 10 images for the numbers 0..9 - you can then have transparency and different colors for each.
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.
Hi! I'm afraid the fonts are basically just 1 bit. You can do 2/4 bit (for antialiasing) but it then becomes a nightmare trying to create the font in the first place.
For this kind of thing probably your best option is to create 10 images for the numbers 0..9 - you can then have transparency and different colors for each.