Leddevice refactoring the next part (#253)

* add general switchOff

* refactoring of leddevices regarding ledcount and switchoff

* remove obsolete includes
This commit is contained in:
redPanther
2016-09-23 08:49:22 +02:00
committed by GitHub
parent 5aeec2e1e5
commit d6a34edfb2
71 changed files with 274 additions and 1073 deletions

View File

@@ -1012,9 +1012,9 @@ void Hyperion::update()
// Write the data to the device
if (_deviceSmooth->enabled())
_deviceSmooth->write(_ledBuffer);
_deviceSmooth->setLedValues(_ledBuffer);
else
_device->write(_ledBuffer);
_device->setLedValues(_ledBuffer);
// Start the timeout-timer
if (priorityInfo.timeoutTime_ms == -1)