diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-29 13:43:18 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-29 13:43:18 +0000 |
| commit | d2f26206ba7e059a7f10272ebd1a7918a7469582 (patch) | |
| tree | 7bbde910a5ca10d2b8b7331db45a6ff7dc28eb1d /firmware/export | |
| parent | 04130c2c7ea49dca77144fbdab29262156e29db1 (diff) | |
| download | rockbox-d2f26206ba7e059a7f10272ebd1a7918a7469582.zip rockbox-d2f26206ba7e059a7f10272ebd1a7918a7469582.tar.gz rockbox-d2f26206ba7e059a7f10272ebd1a7918a7469582.tar.bz2 rockbox-d2f26206ba7e059a7f10272ebd1a7918a7469582.tar.xz | |
Fuzev1/v2 : lcd_set_flip()
FS#11329
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26372 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/sansafuze.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuzev2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index a0ec8ef..6c8ba82 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -59,7 +59,7 @@ */ /* 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 diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index d2c49f4..f3d8e08 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -56,7 +56,7 @@ */ /* 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 |