diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-10-31 18:54:37 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-10-31 18:54:37 +0000 |
commit | cd9b1379fff9b2c2d4bb071c470053e02f4e2dd5 (patch) | |
tree | 2ec0fe5c5b1e66962fbbe4d21cb4d0ce0c9543e1 /firmware/export/config-clip.h | |
parent | c5685ed72d206c5a1c0dd2329029e2398bf9cac4 (diff) | |
download | rockbox-cd9b1379fff9b2c2d4bb071c470053e02f4e2dd5.tar.gz rockbox-cd9b1379fff9b2c2d4bb071c470053e02f4e2dd5.zip |
Sansa Clip simulator
First draft at keymapping based on e200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18948 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index bcda3bb153..01a08f3886 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -29,7 +29,7 @@ #define HAVE_LCD_BITMAP /* define this if you have a light associated with the buttons */ -#define HAVE_BUTTON_LIGHT +//#define HAVE_BUTTON_LIGHT /* define this if you have access to the quickscreen */ //#define HAVE_QUICKSCREEN @@ -47,7 +47,7 @@ #define LCD_PIXELFORMAT VERTICAL_PACKING /* define this if you have LCD enable function */ -#define HAVE_LCD_ENABLE +//#define HAVE_LCD_ENABLE #ifndef BOOTLOADER @@ -58,7 +58,7 @@ #endif /* define this if you can flip your LCD */ -//#define HAVE_LCD_FLIP +#define HAVE_LCD_FLIP /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ @@ -75,16 +75,15 @@ #endif /* Define this if you have a software controlled poweroff */ -//#define HAVE_SW_POWEROFF +#define HAVE_SW_POWEROFF #define HAVE_FAT16SUPPORT /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0 -//#define CODEC_SIZE 0x100000 +#define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -//#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x80000 #define AB_REPEAT_ENABLE 1 @@ -92,10 +91,6 @@ //#define CONFIG_TUNER LV24020LP //#define HAVE_TUNER_PWR_CTRL -/* 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 |