-
Notifications
You must be signed in to change notification settings - Fork 224
Description
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.
// pick one from https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h
#define TIMEZONE TZ_America_New_York
// values in metric or imperial system?
const boolean IS_METRIC = false;
// Change for 12 Hour/ 24 hour style clock
bool IS_STYLE_12HR = true;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 -------------------------------------