summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lib/gray.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h
index 26cfc35e0d..218fb282c8 100644
--- a/apps/plugins/lib/gray.h
+++ b/apps/plugins/lib/gray.h
@@ -78,7 +78,8 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny,
78/* font support */ 78/* font support */
79void gray_setfont(int newfont); 79void gray_setfont(int newfont);
80int gray_getstringsize(unsigned char *str, int *w, int *h); 80int gray_getstringsize(unsigned char *str, int *w, int *h);
81 81void gray_putsxy(int x, int y, unsigned char *str, bool draw_bg,
82 int fg_brightness, int bg_brightness);
82#endif /* HAVE_LCD_BITMAP */ 83#endif /* HAVE_LCD_BITMAP */
83#endif /* SIMULATOR */ 84#endif /* SIMULATOR */
84#endif /* __GRAY_H__ */ 85#endif /* __GRAY_H__ */