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
27
27
* DST rules and timezone settings customizable for each locale
28
28
* See https://www.timeanddate.com/time/change/ for DST rules
29
29
* Added AM/PM or 24-hour option for each locale
30
+ * Added metric settings for each locale
30
31
* Changed Clock screen to 7-segment font from http://www.keshikan.net/fonts-e.html
31
32
* Added Forecast screen for days 4-6 (requires 1.1.3 or later version of esp8266_Weather_Station library)
32
33
* Added support for DHT22, DHT21 and DHT11 Indoor Temperature and Humidity Sensors
33
34
* 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
35
38
36
39
37
40
## Hardware Requirements
You can’t perform that action at this time.
0 commit comments