mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Introduce HiFi E.T MA9 port.
Change-Id: I79aadc958fd5222f26f91ed127f8c6fb2c465dc2
This commit is contained in:
parent
3fd25dcbed
commit
fa4e1baa83
25 changed files with 1441 additions and 5 deletions
|
|
@ -61,6 +61,13 @@ static const unsigned short lin_brightness[] = {
|
|||
562, 579, 596, 616, 637, 660, 684, 711,
|
||||
739, 770, 802, 837, 874, 914, 955, 1000
|
||||
};
|
||||
#elif defined(MA9)
|
||||
static const unsigned short lin_brightness[] = {
|
||||
2, 4, 7, 10, 15, 21, 28, 36,
|
||||
46, 58, 72, 87, 104, 124, 146, 171,
|
||||
198, 227, 260, 295, 334, 376, 421, 470,
|
||||
522, 578, 638, 702, 770, 842, 918, 1000
|
||||
};
|
||||
#endif
|
||||
|
||||
bool _backlight_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue