WLED/usermods/usermod_v2_word_clock
Stefan Riese 3a28935bfe
Wordclock - Issue with "Norddeutsch" (#3161)
* - fix word clock for "viertel vor" and "viertel nach"
- adjust wording of parameters

* - revert changes for parameter names

* enclose JSON property strings in F() macro to reduce RAM usage.

* add parameter info for "norddeutsch" and "LedOffset"
2023-04-26 10:53:18 +02:00
..
readme.md
usermod_v2_word_clock.h Wordclock - Issue with "Norddeutsch" (#3161) 2023-04-26 10:53:18 +02:00

readme.md

Word Clock Usermod V2

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 alternatative 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.

I wired my clock in meander style. So the first LED in the second line is on the right. 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 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 - define this to have this usermod included wled00\usermods_list.cpp

PlatformIO requirements

No special requirements.

Change Log

2022/08/18 added meander wiring pattern.

2022/03/30 initial commit