Removed option from Sedu device as it is reported not to work

Former-commit-id: e3f5ad7be486dba9c7ecd15381a7216ba886054b
This commit is contained in:
johan 2014-02-04 20:47:02 +01:00
parent ff0fb78e33
commit 9dca67c3a3

View File

@ -28,7 +28,7 @@ int LedDeviceSedu::write(const std::vector<ColorRgb> &ledValues)
{ {
if (_ledBuffer.size() == 0) if (_ledBuffer.size() == 0)
{ {
std::vector<FrameSpec> frameSpecs{{0xA0, 96}, {0xA1, 256}, {0xA2, 512}, {0xB0, 768}, {0xB1, 1536}, {0xB2, 3072} }; std::vector<FrameSpec> frameSpecs{{0xA1, 256}, {0xA2, 512}, {0xB0, 768}, {0xB1, 1536}, {0xB2, 3072} };
const unsigned reqColorChannels = ledValues.size() * sizeof(ColorRgb); const unsigned reqColorChannels = ledValues.size() * sizeof(ColorRgb);