mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
implement states for components_autoselect and ledMAppingType via json (#344)
This commit is contained in:
@@ -183,6 +183,9 @@ public:
|
||||
|
||||
bool configWriteable();
|
||||
|
||||
/// gets the methode how image is maped to leds
|
||||
int getLedMappingType() { return _ledMAppingType; };
|
||||
|
||||
public slots:
|
||||
///
|
||||
/// Writes a single color to all the leds for the given time and priority
|
||||
@@ -406,4 +409,6 @@ private:
|
||||
QByteArray _configHash;
|
||||
|
||||
QSize _ledGridSize;
|
||||
|
||||
int _ledMAppingType;
|
||||
};
|
||||
|
@@ -50,6 +50,7 @@ public:
|
||||
int ledMappingType();
|
||||
|
||||
static int mappingTypeToInt(QString mappingType);
|
||||
static QString mappingTypeToStr(int mappingType);
|
||||
|
||||
public slots:
|
||||
/// Enable or disable the black border detector
|
||||
|
Reference in New Issue
Block a user