diff --git a/tlc5947/color.c b/tlc5947/color.c index 2c6353b..6606fcc 100644 --- a/tlc5947/color.c +++ b/tlc5947/color.c @@ -121,7 +121,7 @@ rgb12 rgb8torgb12(rgb8 c){ } static const uint16_t logLUT[2][12] = { { - 0, 353, 1109, 1990, 2614, 3495, 4120, 5000, 5775, 6990, 8495, 10000}, + 16, 353, 1109, 1990, 2614, 3495, 4120, 5000, 5775, 6990, 8495, 10000}, { 0, 1500, 4000, 6000, 7000, 8000, 8500, 9000, 9300, 9600, 9800, 10000 } };