summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-04 21:35:26 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-04 21:35:26 +0000
commit98fa13cb29d9e26d9eac64096c37f8875b347b77 (patch)
tree1ada74e0da0422dabc9faaed3aff5227eff6575d /firmware/export/config
parent2895b659c89077f782bddc5700f1f1cdc0a2ee58 (diff)
downloadrockbox-98fa13cb29d9e26d9eac64096c37f8875b347b77.tar.gz
rockbox-98fa13cb29d9e26d9eac64096c37f8875b347b77.zip
Sansa Fuze: LCD
- add lcd_set_invert() - add lcd_set_flip() commented out since not working fine yet: mpegplayer isn't flipped, and statusbar display is buggy - use the registers list from e200v2 - cosmetics (indentation fix, comments changes, function names, casts, function moves, ...) to make the diff with lcd-e200v2.c shorter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24181 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansafuze.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index 4370aef42e..f9b4f629af 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -62,7 +62,7 @@
62//#define HAVE_LCD_FLIP 62//#define HAVE_LCD_FLIP
63 63
64/* define this if you can invert the colours on your LCD */ 64/* define this if you can invert the colours on your LCD */
65//#define HAVE_LCD_INVERT 65#define HAVE_LCD_INVERT
66 66
67 67
68/* define this if you have a real-time clock */ 68/* define this if you have a real-time clock */