summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipzip.h')
-rw-r--r--firmware/export/config/sansaclipzip.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index fcffbce6ab..1f5a7cd1c8 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -45,7 +45,7 @@
45#define LCD_WIDTH 96 45#define LCD_WIDTH 96
46#define LCD_HEIGHT 96 46#define LCD_HEIGHT 96
47#define LCD_DEPTH 16 /* 65536 colours */ 47#define LCD_DEPTH 16 /* 65536 colours */
48#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 swapped */ 48#define LCD_PIXELFORMAT RGB565
49 49
50/* define this if you have LCD enable function */ 50/* define this if you have LCD enable function */
51#define HAVE_LCD_ENABLE 51#define HAVE_LCD_ENABLE
@@ -114,6 +114,8 @@
114/* Define this for LCD backlight available */ 114/* Define this for LCD backlight available */
115#define HAVE_BACKLIGHT 115#define HAVE_BACKLIGHT
116 116
117#define HAVE_BACKLIGHT_BRIGHTNESS
118
117/* define this if you have a flash memory storage */ 119/* define this if you have a flash memory storage */
118#define HAVE_FLASH_STORAGE 120#define HAVE_FLASH_STORAGE
119 121
@@ -189,9 +191,9 @@
189/** Port-specific settings **/ 191/** Port-specific settings **/
190 192
191/* Main LCD backlight brightness range and defaults */ 193/* Main LCD backlight brightness range and defaults */
192#define MIN_BRIGHTNESS_SETTING 1 /* TODO */ 194#define MIN_BRIGHTNESS_SETTING 0
193#define MAX_BRIGHTNESS_SETTING 12 /* TODO */ 195#define MAX_BRIGHTNESS_SETTING 9
194#define DEFAULT_BRIGHTNESS_SETTING 6 /* TODO */ 196#define DEFAULT_BRIGHTNESS_SETTING 6
195 197
196/* Default recording levels */ 198/* Default recording levels */
197#define DEFAULT_REC_MIC_GAIN 23 199#define DEFAULT_REC_MIC_GAIN 23