summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/imageviewer.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-06-04 13:22:50 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-06-04 13:22:50 +0000
commite63e84a5dfb18e9b7eca8dabcd2d58ceac342529 (patch)
tree25989313fa6d7ea9f59ae8bdb1e56fe69f5e1a24 /apps/plugins/imageviewer/imageviewer.h
parentbc26fe7a96d6f5e443003cb871dcb4bfba525352 (diff)
downloadrockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.tar.gz
rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.zip
Convert some more stuff to mylcd_ and support pgfx as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26543 a1c6a512-1295-4272-9138-f99709370657
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: