diff options
| author | Robert Kukla <roolku@rockbox.org> | 2008-04-03 11:08:38 +0000 |
|---|---|---|
| committer | Robert Kukla <roolku@rockbox.org> | 2008-04-03 11:08:38 +0000 |
| commit | f51f98e13405fa46ccdda0230aafe868dec8410b (patch) | |
| tree | b1675d2c7688756574d559e3c1d91a653479c8ea /firmware/export | |
| parent | abd09919ca91455e8bc3d5cd2e219c12dfbd3666 (diff) | |
| download | rockbox-f51f98e13405fa46ccdda0230aafe868dec8410b.zip rockbox-f51f98e13405fa46ccdda0230aafe868dec8410b.tar.gz rockbox-f51f98e13405fa46ccdda0230aafe868dec8410b.tar.bz2 rockbox-f51f98e13405fa46ccdda0230aafe868dec8410b.tar.xz | |
m:robe 100
- lcd driver tidied up and optimised
- lcd flip and inverse display enabled
(based on logikdax driver and work by lowlight)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16944 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-mrobe100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h index 4ce2ab5..1996499 100644 --- a/firmware/export/config-mrobe100.h +++ b/firmware/export/config-mrobe100.h @@ -32,10 +32,10 @@ #define LCD_PIXELFORMAT VERTICAL_PACKING /* 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 IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */ |