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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 7f235a2480..430d5ab661 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -103,7 +103,8 @@ struct screen
103#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) || defined(SIMULATOR) 103#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) || defined(SIMULATOR)
104 void (*update)(void); 104 void (*update)(void);
105#endif 105#endif
106 106 void (*backlight_on)(void);
107 void (*backlight_off)(void);
107 void (*puts)(int x, int y, const unsigned char *str); 108 void (*puts)(int x, int y, const unsigned char *str);
108}; 109};
109 110