Skip to content

Commit

Permalink
lift the bottom of the curve very slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzuger committed Mar 23, 2021
1 parent a4fdc4d commit ee0c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlc5947/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit ee0c3e7

Please sign in to comment.