diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2010-06-04 13:22:50 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2010-06-04 13:22:50 +0000 |
| commit | e63e84a5dfb18e9b7eca8dabcd2d58ceac342529 (patch) | |
| tree | 25989313fa6d7ea9f59ae8bdb1e56fe69f5e1a24 /apps/plugins/imageviewer/imageviewer.h | |
| parent | bc26fe7a96d6f5e443003cb871dcb4bfba525352 (diff) | |
| download | rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.zip rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.tar.gz rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.tar.bz2 rockbox-e63e84a5dfb18e9b7eca8dabcd2d58ceac342529.tar.xz | |
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.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.h b/apps/plugins/imageviewer/imageviewer.h index b704701..5f22b03 100644 --- a/apps/plugins/imageviewer/imageviewer.h +++ b/apps/plugins/imageviewer/imageviewer.h @@ -366,16 +366,12 @@ #if LCD_DEPTH < 8 #define USEGSLIB #include <lib/grey.h> -#define MYLCD(fn) grey_ub_ ## fn -#define MYLCD_UPDATE() -#define MYXLCD(fn) grey_ub_ ## fn #else #include <lib/xlcd.h> -#define MYLCD(fn) rb->lcd_ ## fn -#define MYLCD_UPDATE() rb->lcd_update(); -#define MYXLCD(fn) xlcd_ ## fn #endif +#include <lib/mylcd.h> + /* Min memory allowing us to use the plugin buffer * and thus not stopping the music * *Very* rough estimation: |