summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index d14b03637b..978e1156b9 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -184,6 +184,7 @@ PLUGIN_HEADER
184/* different graphics libraries */ 184/* different graphics libraries */
185#if LCD_DEPTH < 8 185#if LCD_DEPTH < 8
186#define USEGSLIB 186#define USEGSLIB
187GREY_INFO_STRUCT
187#define MYLCD(fn) grey_ub_ ## fn 188#define MYLCD(fn) grey_ub_ ## fn
188#define MYLCD_UPDATE() 189#define MYLCD_UPDATE()
189#define MYXLCD(fn) grey_ub_ ## fn 190#define MYXLCD(fn) grey_ub_ ## fn