small updates

- colors: add clarification that alternative table does not affect NeopPixelBus colors
- npm run build
- build number up
This commit is contained in:
Frank
2022-11-29 22:20:37 +01:00
parent dc80a85c55
commit 125017f57d
6 changed files with 4086 additions and 4082 deletions

View File

@@ -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,