thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

Negative temperatures do not render properly on LCD #91

Closed thorrak closed 1 year ago

thorrak commented 1 year ago

Although this may just be a bug in the v16 branch, negative temperatures (e.g. -0.5 C) do not render with the minus sign on any LCD screen (IIC, TFT, or virtual). They are properly tracked internally - the bug is purely on the display.

lbussy commented 1 year ago

Is that just an artifact of the OG LCD display restrictions?