diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-27 23:32:33 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-27 23:32:33 +0000 |
commit | 9d583f2b0b52919d961ed1853babebd6ec377c1d (patch) | |
tree | 494e565c8271b9f948feb0c7494e33e98d435756 /firmware/export/config/sansafuzev2.h | |
parent | 9ff986cdca896cc3ea7f8b2b46806b508f849c34 (diff) | |
download | rockbox-9d583f2b0b52919d961ed1853babebd6ec377c1d.tar.gz rockbox-9d583f2b0b52919d961ed1853babebd6ec377c1d.zip |
fuzev2: lcd_enable and lcd_invert() work fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26343 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r-- | firmware/export/config/sansafuzev2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 8b13217dce..d2c49f4e25 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h | |||
@@ -47,7 +47,7 @@ | |||
47 | #define HAVE_TAGCACHE | 47 | #define HAVE_TAGCACHE |
48 | 48 | ||
49 | /* define this if you have LCD enable function */ | 49 | /* define this if you have LCD enable function */ |
50 | //#define HAVE_LCD_ENABLE | 50 | #define HAVE_LCD_ENABLE |
51 | 51 | ||
52 | /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE | 52 | /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE |
53 | should be defined as well. | 53 | should be defined as well. |
@@ -59,7 +59,7 @@ | |||
59 | //#define HAVE_LCD_FLIP | 59 | //#define HAVE_LCD_FLIP |
60 | 60 | ||
61 | /* define this if you can invert the colours on your LCD */ | 61 | /* define this if you can invert the colours on your LCD */ |
62 | //#define HAVE_LCD_INVERT | 62 | #define HAVE_LCD_INVERT |
63 | 63 | ||
64 | #ifndef BOOTLOADER | 64 | #ifndef BOOTLOADER |
65 | /* define this if you have a real-time clock */ | 65 | /* define this if you have a real-time clock */ |