added new signal rawLedColors

This commit is contained in:
Paulchen Panther 2018-12-20 15:01:46 +01:00 committed by GitHub
parent fbcc46ed28
commit ccbfe4c5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -354,6 +354,11 @@ signals:
/// Signal emitted when a 3D movie is detected
void videoMode(VideoMode mode);
///
/// @brief Emits whenever new untransformed ledColos data is available, reflects the current visible device
///
void rawLedColors(const std::vector<ColorRgb>& ledValues);
private slots:
///
/// Updates the priority muxer with the current time and (re)writes the led color with applied
@ -416,7 +421,7 @@ private:
QTimer _timer;
QTimer _timerBonjourResolver;
/// buffer for leds
/// buffer for leds (with adjustment)
std::vector<ColorRgb> _ledBuffer;
/// Logger instance