diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-03-23 19:56:11 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-03-23 19:56:11 +0000 |
| commit | b8b03370e4a3e1ec20324e9055065c77873e30f7 (patch) | |
| tree | 38d9664bd995020a7457b8c808042c05519d3b89 /firmware/export | |
| parent | 65d50de5b7b0e6bffbf62487601a7af82172df49 (diff) | |
| download | rockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.zip rockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.tar.gz rockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.tar.bz2 rockbox-b8b03370e4a3e1ec20324e9055065c77873e30f7.tar.xz | |
D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-cowond2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 9363f67..2574c51 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -23,10 +23,10 @@ #define HAVE_LCD_COLOR /* define this if you can flip your LCD */ -#define HAVE_LCD_FLIP +/* #define HAVE_LCD_FLIP */ /* define this if you can invert the colours on your LCD */ -#define HAVE_LCD_INVERT +/* #define HAVE_LCD_INVERT */ /* define this if you want album art for this target */ #define HAVE_ALBUMART |