Hyelicht 2.0
Controller application for the Hyelicht shelf. Paint on the shelf with colors, turn on the fireplace mode, and more.
|
#include <QColor>
#include <QObject>
#include <QQmlParserStatus>
#include <linux/spi/spidev.h>
Go to the source code of this file.
Classes | |
class | LedStrip |
Connects to and performs painting operations on a strip of SK9822/APA102 LEDs. More... | |
Macros | |
#define | LED_MAX_BRIGHTNESS 0x1F |
#define LED_MAX_BRIGHTNESS 0x1F |
Maximum LED brightness level (31).