summaryrefslogtreecommitdiff
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
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