Skip to content

Commit

Permalink
WLED 0.14.3 release
Browse files Browse the repository at this point in the history
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720)
- copyright year update
- updated AsyncWebServer to v2.2.0

Changed wordclock mod to dutch version

Added wordclock NL version
  • Loading branch information
blazoncek authored and SonoDavid committed Apr 3, 2024
1 parent 6d27899 commit 333bca2
Show file tree
Hide file tree
Showing 6 changed files with 2,124 additions and 0 deletions.
158 changes: 158 additions & 0 deletions gap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
[
1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
-1,
1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
1
]
24 changes: 24 additions & 0 deletions usermods/usermod_v2_word_clock_nl/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Word Clock Usermod V2 NL

This usermod drives an 11x10 pixel matrix wordclock with WLED. There are 4 additional dots for the minutes.
The visualisation is described by 4 masks with LED numbers (single dots for minutes, minutes, hours and "clock"). The index of the LEDs in the masks always starts at 0, even if the ledOffset is not 0.
There are 3 parameters that control behavior:

active: enable/disable usermod
diplayItIs: enable/disable display of "Het is" on the clock
ledOffset: number of LEDs before the wordclock LEDs


## Installation

Copy and update the example `platformio_override.ini.sample`
from the Rotary Encoder UI usermod folder to the root directory of your particular build.
This file should be placed in the same directory as `platformio.ini`.

### Define Your Options

* `USERMOD_WORDCLOCK_NL` - define this to have this usermod included wled00\usermods_list.cpp

### PlatformIO requirements

No special requirements.
Loading

0 comments on commit 333bca2

Please sign in to comment.