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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index ae0a962015..680c6625fe 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -127,6 +127,8 @@ struct screen
127#endif 127#endif
128 void (*backlight_on)(void); 128 void (*backlight_on)(void);
129 void (*backlight_off)(void); 129 void (*backlight_off)(void);
130 bool (*is_backlight_on)(void);
131 void (*backlight_set_timeout)(int index);
130 void (*puts)(int x, int y, const unsigned char *str); 132 void (*puts)(int x, int y, const unsigned char *str);
131}; 133};
132 134