mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
hm60x: Fix not working backlight on some hm-601's.
Change-Id: I3e1e92f28537b6fb915a0f9d5960fbf5e217825b
This commit is contained in:
parent
ad46064b83
commit
e2d72d64fd
1 changed files with 4 additions and 4 deletions
|
|
@ -56,10 +56,10 @@ static const unsigned short lin_brightness[] = {
|
|||
};
|
||||
#elif defined(HM60X)
|
||||
static const unsigned short lin_brightness[] = {
|
||||
3, 5, 8, 11, 16, 22, 29, 37,
|
||||
47, 59, 72, 88, 105, 125, 147, 171,
|
||||
198, 228, 261, 296, 335, 376, 421, 470,
|
||||
522, 578, 638, 702, 770, 842, 918, 1000
|
||||
456, 457, 458, 460, 463, 466, 470, 475,
|
||||
480, 486, 494, 502, 512, 522, 534, 548,
|
||||
562, 579, 596, 616, 637, 660, 684, 711,
|
||||
739, 770, 802, 837, 874, 914, 955, 1000
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue