forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V2 usermod for wordclock with 11x10 LEDs and 4 minute dots (Aircoooki…
…e#2608) * - implement V2 Usermod to handle wordclocks with 11x10 pixels and 4 additional dots for the minutes * - fix wording issue for "six" - * - add some more comments * - fix issue with "zwölf"
- Loading branch information
1 parent
03862d4
commit 73a9e1c
Showing
4 changed files
with
462 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Word Clock Usermod V2 | ||
|
||
This usermod can be used to drive a wordclock with a 11x10 pixel matrix with WLED. There are also 4 additional dots for the minutes. | ||
The visualisation is desribed in 4 mask with LED numbers (single dots for minutes, minutes, hours and "clock/Uhr"). | ||
There are 2 parameters to chnage the behaviour: | ||
|
||
active: enable/disable usermod | ||
diplayItIs: enable/disable display of "Es ist" on the clock. | ||
|
||
## Installation | ||
|
||
Copy and update the example `platformio_override.ini.sample` | ||
from the Rotary Encoder UI usermode 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` - define this to have this the Auto Save usermod included wled00\usermods_list.cpp | ||
|
||
### PlatformIO requirements | ||
|
||
No special requirements. | ||
|
||
## Change Log | ||
|
||
2022/03/30 initial commit |
Oops, something went wrong.