You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,30 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
44
44
* Weather Location lookup has been made simpler; there is no longer the need to lookup the City-ID code; just enter a (valid) city name with optional 2-letter country code. Also GPS coordinates are now allowed as location input.
45
45
* Added a display QUIET time config option, where the display can be Off or Dimmed or Dimmed with no Motion (ie. no scrolling, no blinking)
46
46
* Replaced Wifi_manager with ESP_WiFiManager_Lite library, which allows multiple WiFi Accesspoints (SSID's) to be (pre-)configured, which is handy for a portable device. It also provides a fallback if one WiFi station goes down.
47
+
* Added user configurable temperature, wind speed and air pressure unit and conversions.
48
+
* Removed the Imperial / Metric choice , with more customization freedom to the user.
49
+
* The LED Display character font has been overhauled for more consistency and readability.
50
+
51
+
**NEW**
52
+
* As of version 3.4.0, there is **multiple language support** for text on the LED Matrix display. The configuration web page remains English.
53
+
* There is Language support for following 12 languages:
54
+
* => English
55
+
* => Nederlands
56
+
* => Deutsch
57
+
* => Français
58
+
* => Italiano
59
+
* => Español
60
+
* => Português
61
+
* => Dansk
62
+
* => Norsk
63
+
* => Svenska
64
+
* => Polski
65
+
47
66
48
67
### known issues
49
-
* Webpage update does halt the scrolling display for a moment. See [issue #8](https://github.com/rob040/LEDmatrixClock/issues/8) for more details.
50
-
* Scrolling text appears to have some 'flex' in it. See [issue #9](https://github.com/rob040/LEDmatrixClock/issues/9) for more details.
51
-
* When using the LED display at lowest intensity, some pixel flicker might be visible. See [issue #10](https://github.com/rob040/LEDmatrixClock/issues/10) for more details.
68
+
* Webpage update does halt the scrolling display for a moment. See [discussion #34](https://github.com/rob040/LEDmatrixClock/discussions/34) for more details.
69
+
* Scrolling text appears to have some 'flex' in it. See [discussion #35](https://github.com/rob040/LEDmatrixClock/discussions/35) for more details.
70
+
* When using the LED display at lowest intensity, some pixel flicker might be visible. See [discussion #36](https://github.com/rob040/LEDmatrixClock/discussions/36) for more details.
52
71
53
72
54
73
## Required Parts:
@@ -141,7 +160,7 @@ Use the Arduino guide for details on how to install and manage libraries https:/
141
160
**Local libraries** --
142
161
This project has local libraries in the lib directory.
143
162
Having project local libraries is not supported by Arduino IDE.
144
-
Therefore you must copy these manually to your Arduino sketchbook library directory.
163
+
Therefore you must copy these manually to your Arduino sketchbook library directory.
145
164
This is the directory where all libraries managed by the Arduino library manager are located.<br>
146
165
By default this is `C:\Users\<userName>\Documents\Arduino\libraries` on Windows machines.
0 commit comments