forked from Makuna/NeoPixelBus
fix table typos (#673)
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
static constexpr uint8_t CurrentLookup[16] = {
|
static constexpr uint8_t CurrentLookup[16] = {
|
||||||
18, 30, 41, 53, 64, 76, 87, 99,
|
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
|
class NeoSm16823eSettings : public NeoSm168x3SettingsBase
|
||||||
@@ -162,7 +162,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
static constexpr uint8_t CurrentLookup[16] = {
|
static constexpr uint8_t CurrentLookup[16] = {
|
||||||
18, 30, 41, 53, 64, 76, 87, 99,
|
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
|
class NeoSm16824eSettings : public NeoSm168x4SettingsBase
|
||||||
|
Reference in New Issue
Block a user