diff options
Diffstat (limited to 'apps/screen_access.h')
| -rw-r--r-- | apps/screen_access.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index ae0a962..c739c6c 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -185,4 +185,13 @@ extern void screen_access_init(void); */ extern struct screen screens[NB_SCREENS]; + +/* + * Functions to apply LCD settings across all screens + */ +void screen_lcd_scroll_speed(int speed); +void screen_lcd_scroll_delay(int ms); +void screen_lcd_scroll_step(int pixels); + + #endif /*_SCREEN_ACCESS_H_*/ |