Closed SillyHats closed 2 years ago
I created a fix for this and made a draft pull request "Time period" with proposed changes please check it out
PR#128 seems to have fixed this issue. Thanks!
While we are here discussing units do you know which line controls the decimal precision of the temperature display in current and forecasts? I would prefer 65F to the 65.1F that it currently shows.
do you know which line controls the decimal precision of the temperature display in current and forecasts?
https://github.com/ThingPulse/esp8266-weather-station-color/blob/master/esp8266-weather-station-color.ino -> search for "temp"
8<------------------------ BUG REPORT -----------------------------------------
Expected behavior
Clock on top shows AM/PM with IS_STYLE_12HR setting set to true. Currently the clock shows 6:15pm. Under clock is current conditions. Under current conditions is the forecast scrolling right to left. Under the forecast is the moon information with rise and set times.
Actual behavior
The times for the forecast currently show 8:00 and 20:00 rather than 8am and 8pm. Moon rise and set times show 06:00 and 19:00 rather than 6:00am and 7:00pm.
Test code
Provide a Minimal, Complete, and Verifiable example which will reproduce the problem.
Weather Station Color version
Master code branch.
Hardware
2.8" TFT touch display with ESP8266 D1 pro WeMos D1 Mini ESP8266 WIFI Module Board Pro 16M 240x320 2.8" SPI TFT LCD Touch Panel Serial Port Module With PBC ILI9341 2.8 Inch SPI Serial White LED Display
8<------------------------ END BUG REPORT -------------------------------------