Gamma lookup table generator


Gamma correction values. Can trigger a hidden mode in the S-curve if the Gamma correction value is negative.
Minimum percentage of light brightness. (%)
The length of each row in the Lookup Table.
This will be the size from 0 to Steps(Max_Array_Index - Min_Array_Index + 1) of your array.
This will be the size from 0 to Steps(Max_Array_Index - Min_Array_Index + 1) of your array.
Minimum PWM value.
Maximum PWM value. (8-bit = 255, 10-bit = 1023, 16-bit = 65535 32-bit = over 65535)
Given a PWM array of integers (both normal and even). (normal = 0, even = 1)


C++ Snippet

    
Click generate