mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Introduce IHIFI760/960 targets.
Change-Id: Ie36e48742c0ed9aa3fd6f49aa034a11d2492327c
This commit is contained in:
parent
04c59b8a15
commit
5b5f0755d6
18 changed files with 1212 additions and 2 deletions
|
|
@ -68,6 +68,13 @@ static const unsigned short lin_brightness[] = {
|
|||
198, 227, 260, 295, 334, 376, 421, 470,
|
||||
522, 578, 638, 702, 770, 842, 918, 1000
|
||||
};
|
||||
#elif defined(IHIFI760) || defined(IHIFI960)
|
||||
static const unsigned short lin_brightness[] = {
|
||||
700, 701, 702, 703, 704, 706, 708, 711,
|
||||
714, 717, 721, 726, 731, 737, 743, 751,
|
||||
759, 768, 778, 788, 800, 812, 826, 841,
|
||||
856, 873, 891, 910, 931, 952, 975, 1000
|
||||
};
|
||||
#endif
|
||||
|
||||
bool _backlight_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue