mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix red.
Change-Id: I4e132dfd8c4821715e123decbfb6b130903d6d4a
This commit is contained in:
parent
56e406d9b6
commit
ab01d5d8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ static int brightness = DEFAULT_BRIGHTNESS_SETTING;
|
|||
* So the function used to calculate the values in the matrix was:
|
||||
* f(x) = (PWM_FREQ_MAX - PWM_FREQ_MIN) * ((100*x/31 + 16)/116)^3 + PWM_FREQ_MIN
|
||||
*/
|
||||
#ifdef RK27GENERIC
|
||||
#ifdef RK27_GENERIC
|
||||
static const unsigned short lin_brightness[] = {
|
||||
8110, 8191, 8304, 8455, 8649, 8892, 9189, 9545,
|
||||
9966, 10457, 11024, 11671, 12406, 13232, 14156, 15182,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue