My version shows MON 30 for the text instead of MON. The image would not be changed. To me it just looks like an icon anyway.
is there a reason the image couldn't be rendered double-size too?
Well I could write code that said if its the clkinfocal then double the size but leave everything else the same. But there is no way I could double render something like clkinfogps as it would be too large for the screen with the length of the text that has to be displayed.
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.
My version shows
MON 30
for the text instead ofMON
. The image would not be changed. To me it just looks like an icon anyway.Well I could write code that said if its the
clkinfocal
then double the size but leave everything else the same. But there is no way I could double render something likeclkinfogps
as it would be too large for the screen with the length of the text that has to be displayed.I'll see if I can do mod with settings then.