small updates
- colors: add clarification that alternative table does not affect NeopPixelBus colors - npm run build - build number up
This commit is contained in:
@@ -343,6 +343,8 @@ static byte gammaT[256] = {
|
||||
// experimental
|
||||
// CIE 1931 lookup table (8bit->8bit) that was proposed during discussion of issue #2767
|
||||
// https://github.com/Aircoookie/WLED/issues/2767#issuecomment-1310961308
|
||||
// unfortunately NepixelsBu has its own internal table, that kills low brightness values similar to the original WLED table.
|
||||
// see https://github.com/Makuna/NeoPixelBus/blob/master/src/internal/NeoGamma.h
|
||||
static byte gammaT[256] = {
|
||||
0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4,
|
||||
|
||||
Reference in New Issue
Block a user