forked from len0rd/rockbox
1st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable the backlight, as it looks bad in a bright environment due to backlight inversion, and it needs a lot of power.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14678 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
72221fbf79
commit
c41470d33d
2 changed files with 4 additions and 3 deletions
|
@ -237,9 +237,10 @@ void* main(void)
|
|||
reset the settings in rockbox. */
|
||||
button_was_held = button_hold();
|
||||
|
||||
#ifndef HAVE_BACKLIGHT_INVERSION
|
||||
/* Turn on the backlight */
|
||||
|
||||
__backlight_on();
|
||||
#endif
|
||||
|
||||
system_init();
|
||||
kernel_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue