Skip to content

Commit 0bea0a8

Browse files
committed
Updated with clarifications and more detail
1 parent a224f5f commit 0bea0a8

File tree

1 file changed

+4
-1
lines changed
  • examples/WeatherStationDemoExtendedDST

1 file changed

+4
-1
lines changed

examples/WeatherStationDemoExtendedDST/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)