mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
e200: set the default values to stop the backlight turning off on boot, regardless of the setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
35390cd625
commit
685005ec4c
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
|||
#include "backlight.h"
|
||||
#include "i2c-pp.h"
|
||||
|
||||
static unsigned short backlight_brightness;
|
||||
static bool backlight_is_on;
|
||||
static unsigned short backlight_brightness = DEFAULT_BRIGHTNESS_SETTING;
|
||||
static bool backlight_is_on = false;
|
||||
|
||||
int __backlight_is_on(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue