summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playergfx.h')
-rw-r--r--apps/plugins/lib/playergfx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h
index a0e3973dd4..198d98e4ad 100644
--- a/apps/plugins/lib/playergfx.h
+++ b/apps/plugins/lib/playergfx.h
@@ -45,5 +45,8 @@ void pgfx_bitmap_part(const unsigned char *src, int src_x, int src_y,
45 int stride, int x, int y, int width, int height); 45 int stride, int x, int y, int width, int height);
46void pgfx_bitmap(const unsigned char *src, int x, int y, int width, int height); 46void pgfx_bitmap(const unsigned char *src, int x, int y, int width, int height);
47 47
48#define pgfx_mono_bitmap_part pgfx_bitmap_part
49#define pgfx_mono_bitmap pgfx_bitmap
50
48#endif /* HAVE_LCD_CHARCELLS */ 51#endif /* HAVE_LCD_CHARCELLS */
49#endif /* __PGFX_H__ */ 52#endif /* __PGFX_H__ */