From 81fe625a6205e9a0a103e76bed13e4701205cf97 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 27 Nov 2008 21:07:54 +0000 Subject: 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 --- firmware/export/config-clip.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-clip.h') 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 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the pixels */ +#define HAVE_LCD_INVERT + /* Define this if your LCD can set contrast */ #define HAVE_LCD_CONTRAST @@ -68,7 +71,7 @@ #define MAX_CONTRAST_SETTING 50 #define DEFAULT_CONTRAST_SETTING 30 -/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ +#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */ #define CONFIG_KEYPAD SANSA_CLIP_PAD -- cgit