Control the LEDs resp show the words and minute dots.
More...
#include <LedControlModule.h>
Control the LEDs resp show the words and minute dots.
Definition at line 25 of file LedControlModule.h.
◆ LedControlModule()
| LedControlModule::LedControlModule |
( |
NeoTopology< MyPanelLayout > |
_topo | ) |
|
◆ ~LedControlModule()
| LedControlModule::~LedControlModule |
( |
| ) |
|
◆ disableLeds()
| void LedControlModule::disableLeds |
( |
| ) |
|
◆ enableLedWord()
| void LedControlModule::enableLedWord |
( |
const LedWord * |
ledWord, |
|
|
const RgbwColor & |
ledColor |
|
) |
| |
|
private |
◆ enableLedWords()
| void LedControlModule::enableLedWords |
( |
const SimpleTime & |
simpleTime, |
|
|
const RgbwColor & |
ledColor |
|
) |
| |
|
private |
Enable time words.
- Parameters
-
| simpleTime | Time to be shown. |
| ledColor | Optional, set LED color. |
Definition at line 53 of file LedControlModule.cpp.
◆ enableMinuteDots()
| void LedControlModule::enableMinuteDots |
( |
int |
subMinute, |
|
|
const RgbwColor & |
ledColor |
|
) |
| |
|
private |
Enable minute dots in edges.
- Parameters
-
| subMinute | Starts from 1. |
| ledColor | |
Definition at line 134 of file LedControlModule.cpp.
◆ setup()
Setup LEDs in NeoPixel library.
- Parameters
-
| _pixelStrip | NeoPixelBusType object |
Definition at line 18 of file LedControlModule.cpp.
◆ showConfigWifi()
| void LedControlModule::showConfigWifi |
( |
const RgbwColor & |
ledColor = RgbwColor(0, 0, 0, 255) | ) |
|
Show that clock is in Wifi configuration mode, in german show Word "Funk".
- Parameters
-
| ledColor | Optional, set LED color. |
Definition at line 42 of file LedControlModule.cpp.
◆ showTime()
| void LedControlModule::showTime |
( |
const SimpleTime & |
simpleTime, |
|
|
const RgbwColor & |
ledColor = RgbwColor(0, 0, 0, 255) |
|
) |
| |
Show Time with LEDs.
- Parameters
-
| simpleTime | Time to be shown. |
| ledColor | Optional, set LED color. |
Definition at line 29 of file LedControlModule.cpp.
◆ pixelStrip
◆ topo
The documentation for this class was generated from the following files: