fuze+: fix bootloader not set backlight brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed2386c67f
commit
359826aa94
1 changed files with 0 additions and 2 deletions
|
@ -42,9 +42,7 @@ bool _backlight_init(void)
|
|||
imx233_set_pin_function(1, 28, PINCTRL_FUNCTION_GPIO);
|
||||
imx233_set_pin_drive_strength(1, 28, PINCTRL_DRIVE_8mA);
|
||||
imx233_enable_gpio_output(1, 28, true);
|
||||
#ifndef HAVE_BACKLIGHT_BRIGHTNESS
|
||||
_backlight_set_brightness(DEFAULT_BRIGHTNESS_SETTING);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue