From e90f961593e92fa5d98efa67b569e7efe5f4fbe0 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 29 Oct 2011 17:08:05 +0000 Subject: Sansa clip zip: update mkamsboot and fix various drivers to make it boot to the main firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30853 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipzip.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'firmware/export/config') 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 @@ #define LCD_WIDTH 96 #define LCD_HEIGHT 96 #define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 swapped */ +#define LCD_PIXELFORMAT RGB565 /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE @@ -114,6 +114,8 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +#define HAVE_BACKLIGHT_BRIGHTNESS + /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE @@ -189,9 +191,9 @@ /** Port-specific settings **/ /* Main LCD backlight brightness range and defaults */ -#define MIN_BRIGHTNESS_SETTING 1 /* TODO */ -#define MAX_BRIGHTNESS_SETTING 12 /* TODO */ -#define DEFAULT_BRIGHTNESS_SETTING 6 /* TODO */ +#define MIN_BRIGHTNESS_SETTING 0 +#define MAX_BRIGHTNESS_SETTING 9 +#define DEFAULT_BRIGHTNESS_SETTING 6 /* Default recording levels */ #define DEFAULT_REC_MIC_GAIN 23 -- cgit v1.2.3