1
0
Fork 0
forked from len0rd/rockbox

Accepted FS #5474 by yours truly.

Save your settings; CONFIG_BLOCK_VERSION is increased.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10303 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rani Hod 2006-07-23 22:18:32 +00:00
parent 3c810c4f6a
commit c657763a23
6 changed files with 25 additions and 14 deletions

View file

@ -266,7 +266,7 @@ static bool remote_caption_backlight(void)
}
#endif /* HAVE_REMOTE_LCD */
#ifndef HAVE_LCD_COLOR
#if !defined(HAVE_LCD_COLOR) || defined(IAUDIO_X5)
static bool contrast(void)
{
return set_int( str(LANG_CONTRAST), "", UNIT_INT,
@ -1775,13 +1775,13 @@ static bool lcd_settings_menu(void)
#if defined(HAVE_BACKLIGHT_PWM_FADING) && !defined(SIMULATOR)
{ ID2P(LANG_BACKLIGHT_FADE_IN), backlight_fade_in },
{ ID2P(LANG_BACKLIGHT_FADE_OUT), backlight_fade_out },
#endif
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
{ ID2P(LANG_BRIGHTNESS), brightness },
#endif
{ ID2P(LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS), set_bl_filter_first_keypress },
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
{ ID2P(LANG_BRIGHTNESS), brightness },
#endif
#endif /* CONFIG_BACKLIGHT */
#ifndef HAVE_LCD_COLOR
#if !defined(HAVE_LCD_COLOR) || defined(IAUDIO_X5)
{ ID2P(LANG_CONTRAST), contrast },
#endif
#ifdef HAVE_LCD_BITMAP