mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Enable backlight brightness in simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c683d449e
commit
5d96c3ba71
3 changed files with 10 additions and 9 deletions
|
|
@ -558,8 +558,8 @@ Lyre prototype 1 */
|
|||
#define CONFIG_TUNER_MULTI
|
||||
#endif
|
||||
|
||||
/* deactivate fading in bootloader/sim */
|
||||
#if defined(BOOTLOADER) || defined(SIMULATOR)
|
||||
/* deactivate fading in bootloader */
|
||||
#if defined(BOOTLOADER)
|
||||
#undef CONFIG_BACKLIGHT_FADING
|
||||
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue