Use more proper default contrast for the iriver lcd remotes, also reset

the contrast in the same way as it is for the main screen


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9955 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Hristo Kovachev 2006-05-18 11:12:54 +00:00
parent c138d004dc
commit 8fb9f023ac
2 changed files with 6 additions and 2 deletions

View file

@ -1694,6 +1694,9 @@ void settings_reset(void) {
global_settings.superbass = sound_default(SOUND_SUPERBASS);
#endif
global_settings.contrast = lcd_default_contrast();
#ifdef HAVE_LCD_REMOTE
global_settings.remote_contrast = lcd_remote_default_contrast();
#endif
#ifdef CONFIG_TUNER
global_settings.fmr_file[0] = '\0';