Ok, just fixed LCD brightness (and any numeric item with a 'step' value)
Had a screen freeze when using the new menu, had to long press reboot.
If you can find any way to reproduce that, please let me know...
@HughB I know you mentioned the font above. Right now we use a 20px high font for the main text, and supposedly a 15px high font for the 'small' text. I think a 3/4 size scaling is probably right in this case, but the font size is not remotely right.
I'm looking at replacing the built-in bitmap fonts, so I hope at some point soon we'll be able to have some more sensible font options - so we can have a smaller size without the whole style of the font getting changed.
Ok, just fixed LCD brightness (and any numeric item with a 'step' value)
I found another issue with the LCD brightness menu: the level set is 1.0 but if I open the menu the selected value is always 0.2. It seems that var step = item.step||1; always returns 1.
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, just fixed LCD brightness (and any numeric item with a 'step' value)
If you can find any way to reproduce that, please let me know...
@HughB I know you mentioned the font above. Right now we use a 20px high font for the main text, and supposedly a 15px high font for the 'small' text. I think a 3/4 size scaling is probably right in this case, but the font size is not remotely right.
I'm looking at replacing the built-in bitmap fonts, so I hope at some point soon we'll be able to have some more sensible font options - so we can have a smaller size without the whole style of the font getting changed.