summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/imageviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/imageviewer.h')
-rw-r--r--apps/plugins/imageviewer/imageviewer.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.h b/apps/plugins/imageviewer/imageviewer.h
index b704701cda..5f22b03e97 100644
--- a/apps/plugins/imageviewer/imageviewer.h
+++ b/apps/plugins/imageviewer/imageviewer.h
@@ -366,16 +366,12 @@
366#if LCD_DEPTH < 8 366#if LCD_DEPTH < 8
367#define USEGSLIB 367#define USEGSLIB
368#include <lib/grey.h> 368#include <lib/grey.h>
369#define MYLCD(fn) grey_ub_ ## fn
370#define MYLCD_UPDATE()
371#define MYXLCD(fn) grey_ub_ ## fn
372#else 369#else
373#include <lib/xlcd.h> 370#include <lib/xlcd.h>
374#define MYLCD(fn) rb->lcd_ ## fn
375#define MYLCD_UPDATE() rb->lcd_update();
376#define MYXLCD(fn) xlcd_ ## fn
377#endif 371#endif
378 372
373#include <lib/mylcd.h>
374
379/* Min memory allowing us to use the plugin buffer 375/* Min memory allowing us to use the plugin buffer
380 * and thus not stopping the music 376 * and thus not stopping the music
381 * *Very* rough estimation: 377 * *Very* rough estimation: