summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index ea05a2294d..448437c637 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -145,11 +145,11 @@ struct screen
145 int x_offset); 145 int x_offset);
146 void (*scroll_speed)(int speed); 146 void (*scroll_speed)(int speed);
147 void (*scroll_delay)(int ms); 147 void (*scroll_delay)(int ms);
148 void (*stop_scroll)(void);
149 void (*clear_display)(void); 148 void (*clear_display)(void);
150 void (*clear_viewport)(void); 149 void (*clear_viewport)(void);
151 void (*scroll_stop)(const struct viewport* vp); 150 void (*scroll_stop)(void);
152 void (*scroll_stop_line)(const struct viewport* vp, int y); 151 void (*scroll_stop_viewport)(const struct viewport *vp);
152 void (*scroll_stop_viewport_line)(const struct viewport *vp, int line);
153 void (*update)(void); 153 void (*update)(void);
154 void (*update_viewport)(void); 154 void (*update_viewport)(void);
155 void (*backlight_on)(void); 155 void (*backlight_on)(void);