Merge pull request #4683 from srg74/main

Fixing markdownlint errors
This commit is contained in:
netmindz
2025-05-11 17:13:41 +00:00
committed by Frank
parent 462e4cb805
commit 0f5c1bb4b4
7 changed files with 51 additions and 25 deletions

View File

@@ -1,14 +1,15 @@
# Word Clock Usermod V2
This usermod drives an 11x10 pixel matrix wordclock with WLED. There are 4 additional dots for the minutes.
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 "Es ist" on the clock
ledOffset: number of LEDs before the wordclock LEDs
### Update for alternative wiring pattern
## Update for alternative wiring pattern
Based on this fantastic work I added an alternative wiring pattern.
The original used a long wire to connect DO to DI, from one line to the next line.
@@ -17,10 +18,9 @@ With this method, every other line was inverted and showed the wrong letter.
I added a switch in usermod called "meander wiring?" to enable/disable the alternate wiring pattern.
## Installation
Copy and update the example `platformio_override.ini.sample`
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`.