• Yes - it's because some people complained that the vector font was too 'thick' and didn't scale down well to smaller sizes, so I changed it in one of the later versions of Espruino.

    This always happens. A few people complain and I change something based on their suggestions, and then loads more people complain about the change :) You can't keep everyone happy...

    The thing with Temp's positioning may be an issue with the code that drives the LCD. I think for some reason it misses off the first vertical 8 pixel bar (the first byte sent to the display).

    Can you try moving SPI1.setup({ baud: 1000000, sck:B3, mosi:B5 }); into the beginning of onInit? Someone had a problem with I2C in another thread, and I wonder if this is related.

About

Avatar for Gordon @Gordon started