summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray.h')
-rw-r--r--apps/plugins/lib/gray.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h
index 62c3dd753f..26cfc35e0d 100644
--- a/apps/plugins/lib/gray.h
+++ b/apps/plugins/lib/gray.h
@@ -75,6 +75,10 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny,
75 int stride, bool draw_bg, int fg_brightness, 75 int stride, bool draw_bg, int fg_brightness,
76 int bg_brightness); 76 int bg_brightness);
77 77
78/* font support */
79void gray_setfont(int newfont);
80int gray_getstringsize(unsigned char *str, int *w, int *h);
81
78#endif /* HAVE_LCD_BITMAP */ 82#endif /* HAVE_LCD_BITMAP */
79#endif /* SIMULATOR */ 83#endif /* SIMULATOR */
80#endif /* __GRAY_H__ */ 84#endif /* __GRAY_H__ */