emit rawLedColors before transform

This commit is contained in:
Paulchen Panther 2018-12-20 15:12:45 +01:00 committed by GitHub
parent 669501a084
commit 87c9c23807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -840,6 +840,9 @@ void Hyperion::update()
_ledBuffer.reserve(_hwLedCount);
_ledBuffer = priorityInfo.ledColors;
// emit rawLedColors before transform
emit rawLedColors(_ledBuffer);
if (priorityInfo.componentId != _prevCompId)
{
bool backlightEnabled = (priorityInfo.componentId != hyperion::COMP_COLOR && priorityInfo.componentId != hyperion::COMP_EFFECT);