summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index f89b1abc53..965037b0a8 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -736,7 +736,7 @@ void settings_load(void)
736 strncpy(global_settings.font_file, &config_block[0xe0], MAX_FILENAME); 736 strncpy(global_settings.font_file, &config_block[0xe0], MAX_FILENAME);
737 strncpy(global_settings.resume_file, &config_block[0xFC], MAX_PATH); 737 strncpy(global_settings.resume_file, &config_block[0xFC], MAX_PATH);
738 global_settings.resume_file[MAX_PATH]=0; 738 global_settings.resume_file[MAX_PATH]=0;
739#ifdef HAVE_LCD_CHARSCELLS 739#ifdef HAVE_LCD_CHARCELLS
740 if (config_block[0xa8] != 0xff) 740 if (config_block[0xa8] != 0xff)
741 global_settings.jump_scroll = config_block[0xa8]; 741 global_settings.jump_scroll = config_block[0xa8];
742 if (config_block[0xa9] != 0xff) 742 if (config_block[0xa9] != 0xff)
@@ -1411,7 +1411,7 @@ void settings_reset(void) {
1411 global_settings.scroll_speed = 8; 1411 global_settings.scroll_speed = 8;
1412 global_settings.bidir_limit = 50; 1412 global_settings.bidir_limit = 50;
1413#ifdef HAVE_LCD_CHARCELLS 1413#ifdef HAVE_LCD_CHARCELLS
1414 global_settings.jump_scroll = 1; 1414 global_settings.jump_scroll = 0;
1415 global_settings.jump_scroll_delay = 50; 1415 global_settings.jump_scroll_delay = 50;
1416#endif 1416#endif
1417 global_settings.scroll_delay = 100; 1417 global_settings.scroll_delay = 100;