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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 7fb6c41fba..4266b59a7f 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -61,6 +61,13 @@
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 your LCD can set contrast */
65#define HAVE_LCD_CONTRAST
66
67#define MIN_CONTRAST_SETTING 0
68#define MAX_CONTRAST_SETTING 50
69#define DEFAULT_CONTRAST_SETTING 30
70
64/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 71/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
65 72
66#define CONFIG_KEYPAD SANSA_CLIP_PAD 73#define CONFIG_KEYPAD SANSA_CLIP_PAD