mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Enable display and backlight on panic.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be7e835d92
commit
68e2023184
9 changed files with 18 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
bool _backlight_init(void);
|
||||
void _backlight_on(void);
|
||||
void _backlight_off(void);
|
||||
#define _backlight_panic_on() _backlight_on()
|
||||
void _backlight_set_brightness(int brightness);
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
void _buttonlight_on(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue