summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/xlcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/xlcd.h')
-rw-r--r--apps/plugins/lib/xlcd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/lib/xlcd.h b/apps/plugins/lib/xlcd.h
index b177ee5308..8f3071443e 100644
--- a/apps/plugins/lib/xlcd.h
+++ b/apps/plugins/lib/xlcd.h
@@ -34,6 +34,12 @@ void xlcd_gray_bitmap_part(const unsigned char *src, int src_x, int src_y,
34 int stride, int x, int y, int width, int height); 34 int stride, int x, int y, int width, int height);
35void xlcd_gray_bitmap(const unsigned char *src, int x, int y, int width, 35void xlcd_gray_bitmap(const unsigned char *src, int x, int y, int width,
36 int height); 36 int height);
37#ifdef HAVE_LCD_COLOR
38void xlcd_color_bitmap_part(const unsigned char *src, int src_x, int src_y,
39 int stride, int x, int y, int width, int height);
40void xlcd_color_bitmap(const unsigned char *src, int x, int y, int width,
41 int height);
42#endif
37#endif 43#endif
38 44
39void xlcd_scroll_left(int count); 45void xlcd_scroll_left(int count);