This file contains hidden or 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
#pragma once | |
#include <string> | |
#include <stdlib.h> | |
// QT include | |
#include <QString> | |
#include <QJsonObject> | |
#include <QJsonValue> | |
#include <QJsonArray> |
This file contains hidden or 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
#define USE_OCTOWS2811 | |
#include<OctoWS2811.h> | |
#include<FastLED.h> | |
// Led strip lengths, (0 if there is no strip): | |
#define STRIP_1 123 | |
#define STRIP_2 69 | |
#define STRIP_3 123 | |
#define STRIP_4 69 | |
#define STRIP_5 0 |
NewerOlder