Skip to content

Commit 38c36cc

Browse files
committed
v3.4.0 release
1 parent 3e6aa1e commit 38c36cc

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,30 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
4444
* 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.
4545
* 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)
4646
* 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+
4766

4867
### 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.
5271

5372

5473
## Required Parts:
@@ -141,7 +160,7 @@ Use the Arduino guide for details on how to install and manage libraries https:/
141160
**Local libraries** --
142161
This project has local libraries in the lib directory.
143162
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.
145164
This is the directory where all libraries managed by the Arduino library manager are located.<br>
146165
By default this is `C:\Users\<userName>\Documents\Arduino\libraries` on Windows machines.
147166

marquee/marquee.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "Settings.h"
99

10-
#define VERSION "3.3.5" // software version
10+
#define VERSION "3.4.0" // software version
1111

1212
// Refresh main web page every x seconds. The mainpage has button to activate its auto-refresh
1313
#define WEBPAGE_AUTOREFRESH 30

0 commit comments

Comments
 (0)