File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
examples/WeatherStationDemoExtendedDST Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,14 @@ Uses SSD1306 128x64 OLED display with with either SPI or I2C interface
2727 * DST rules and timezone settings customizable for each locale
2828 * See https://www.timeanddate.com/time/change/ for DST rules
2929 * Added AM/PM or 24-hour option for each locale
30+ * Added metric settings for each locale
3031* Changed Clock screen to 7-segment font from http://www.keshikan.net/fonts-e.html
3132* Added Forecast screen for days 4-6 (requires 1.1.3 or later version of esp8266_Weather_Station library)
3233* Added support for DHT22, DHT21 and DHT11 Indoor Temperature and Humidity Sensors
3334* Fixed bug preventing display.flipScreenVertically() from working
34- * Slight adjustment to overlay
35+ * Slight adjustments to overlay
36+ * Moved user settings into settings.h
37+ * Added #defines in settings.h to make it easier to select SPI or I2C interface for OLED in settings.h
3538
3639
3740## Hardware Requirements
You can’t perform that action at this time.
0 commit comments