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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index ab2ef4f14d..ea05a2294d 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -167,6 +167,10 @@ struct screen
167 unsigned start, unsigned end); 167 unsigned start, unsigned end);
168#endif 168#endif
169#endif 169#endif
170#if defined(HAVE_LCD_BITMAP)
171 void (*nine_segment_bmp)(const struct bitmap* bm, int x, int y,
172 int width, int height);
173#endif
170}; 174};
171 175
172#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) 176#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD)