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, 3 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index a9d1408898..343829b915 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -160,6 +160,9 @@ struct screen
160 bool (*backdrop_load)(const char *filename, char* backdrop_buffer); 160 bool (*backdrop_load)(const char *filename, char* backdrop_buffer);
161 void (*backdrop_show)(char* backdrop_buffer); 161 void (*backdrop_show)(char* backdrop_buffer);
162#endif 162#endif
163#if defined(HAVE_LCD_BITMAP)
164 void (*set_framebuffer)(void *framebuffer);
165#endif
163}; 166};
164 167
165#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) 168#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD)