summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 55a6f96e2e..2d4d9fac2f 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -151,7 +151,9 @@ struct user_settings
151 int bidir_limit; /* bidir scroll length limit */ 151 int bidir_limit; /* bidir scroll length limit */
152 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 152 int scroll_delay; /* delay (in 1/10s) before starting scroll */
153 int scroll_step; /* pixels to advance per update */ 153 int scroll_step; /* pixels to advance per update */
154 154#ifdef HAVE_LCD_CHARCELLS
155 int jump_scroll; /* Fast jump when scrolling */
156#endif
155 bool fade_on_stop; /* fade on pause/unpause/stop */ 157 bool fade_on_stop; /* fade on pause/unpause/stop */
156 bool caption_backlight; /* turn on backlight at end and start of track */ 158 bool caption_backlight; /* turn on backlight at end and start of track */
157 159