summaryrefslogtreecommitdiff
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-27 21:07:54 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-27 21:07:54 +0000
commit81fe625a6205e9a0a103e76bed13e4701205cf97 (patch)
tree7d037083ea2361cad51fa7a79a8bdfed779993bb /firmware/export/config-clip.h
parent6d34e33b94d6074b96917d792dc688c5fbd9356b (diff)
downloadrockbox-81fe625a6205e9a0a103e76bed13e4701205cf97.tar.gz
rockbox-81fe625a6205e9a0a103e76bed13e4701205cf97.zip
Sansa Clip: grey lib support (not calibrated yet)
Declare HAVE_LCD_INVERT Put the framebuffer into IRAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19249 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r--firmware/export/config-clip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 4266b59a7f..d54d4f3488 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -61,6 +61,9 @@
61/* define this if you can flip your LCD */ 61/* define this if you can flip your LCD */
62#define HAVE_LCD_FLIP 62#define HAVE_LCD_FLIP
63 63
64/* define this if you can invert the pixels */
65#define HAVE_LCD_INVERT
66
64/* Define this if your LCD can set contrast */ 67/* Define this if your LCD can set contrast */
65#define HAVE_LCD_CONTRAST 68#define HAVE_LCD_CONTRAST
66 69
@@ -68,7 +71,7 @@
68#define MAX_CONTRAST_SETTING 50 71#define MAX_CONTRAST_SETTING 50
69#define DEFAULT_CONTRAST_SETTING 30 72#define DEFAULT_CONTRAST_SETTING 30
70 73
71/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 74#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */
72 75
73#define CONFIG_KEYPAD SANSA_CLIP_PAD 76#define CONFIG_KEYPAD SANSA_CLIP_PAD
74 77