mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
added new signal rawLedColors
This commit is contained in:
parent
fbcc46ed28
commit
ccbfe4c5b3
@ -354,6 +354,11 @@ signals:
|
|||||||
/// Signal emitted when a 3D movie is detected
|
/// Signal emitted when a 3D movie is detected
|
||||||
void videoMode(VideoMode mode);
|
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:
|
private slots:
|
||||||
///
|
///
|
||||||
/// Updates the priority muxer with the current time and (re)writes the led color with applied
|
/// Updates the priority muxer with the current time and (re)writes the led color with applied
|
||||||
@ -416,7 +421,7 @@ private:
|
|||||||
QTimer _timer;
|
QTimer _timer;
|
||||||
QTimer _timerBonjourResolver;
|
QTimer _timerBonjourResolver;
|
||||||
|
|
||||||
/// buffer for leds
|
/// buffer for leds (with adjustment)
|
||||||
std::vector<ColorRgb> _ledBuffer;
|
std::vector<ColorRgb> _ledBuffer;
|
||||||
|
|
||||||
/// Logger instance
|
/// Logger instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user