Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit e3f5ad7

Browse files
committed
Removed option from Sedu device as it is reported not to work
1 parent 85a1139 commit e3f5ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/leddevice/LedDeviceSedu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int LedDeviceSedu::write(const std::vector<ColorRgb> &ledValues)
2828
{
2929
if (_ledBuffer.size() == 0)
3030
{
31-
std::vector<FrameSpec> frameSpecs{{0xA0, 96}, {0xA1, 256}, {0xA2, 512}, {0xB0, 768}, {0xB1, 1536}, {0xB2, 3072} };
31+
std::vector<FrameSpec> frameSpecs{{0xA1, 256}, {0xA2, 512}, {0xB0, 768}, {0xB1, 1536}, {0xB2, 3072} };
3232

3333
const unsigned reqColorChannels = ledValues.size() * sizeof(ColorRgb);
3434

0 commit comments

Comments
 (0)