diff --git a/src/internal/features/NeoSm168xxColorFeatures.h b/src/internal/features/NeoSm168xxColorFeatures.h index e97b9e6..98dd482 100644 --- a/src/internal/features/NeoSm168xxColorFeatures.h +++ b/src/internal/features/NeoSm168xxColorFeatures.h @@ -78,7 +78,7 @@ public: protected: static constexpr uint8_t CurrentLookup[16] = { 18, 30, 41, 53, 64, 76, 87, 99, - 110, 133, 145, 156, 168, 179, 19}; + 110, 133, 145, 156, 168, 179, 190}; }; class NeoSm16823eSettings : public NeoSm168x3SettingsBase @@ -162,7 +162,7 @@ public: protected: static constexpr uint8_t CurrentLookup[16] = { 18, 30, 41, 53, 64, 76, 87, 99, - 110, 133, 145, 156, 168, 179, 19 }; + 110, 133, 145, 156, 168, 179, 190 }; }; class NeoSm16824eSettings : public NeoSm168x4SettingsBase