summaryrefslogtreecommitdiff
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-10-31 18:54:37 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-10-31 18:54:37 +0000
commitcd9b1379fff9b2c2d4bb071c470053e02f4e2dd5 (patch)
tree2ec0fe5c5b1e66962fbbe4d21cb4d0ce0c9543e1 /firmware/export/config-clip.h
parentc5685ed72d206c5a1c0dd2329029e2398bf9cac4 (diff)
downloadrockbox-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.h17
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 @@
29#define HAVE_LCD_BITMAP 29#define HAVE_LCD_BITMAP
30 30
31/* define this if you have a light associated with the buttons */ 31/* define this if you have a light associated with the buttons */
32#define HAVE_BUTTON_LIGHT 32//#define HAVE_BUTTON_LIGHT
33 33
34/* define this if you have access to the quickscreen */ 34/* define this if you have access to the quickscreen */
35//#define HAVE_QUICKSCREEN 35//#define HAVE_QUICKSCREEN
@@ -47,7 +47,7 @@
47#define LCD_PIXELFORMAT VERTICAL_PACKING 47#define LCD_PIXELFORMAT VERTICAL_PACKING
48 48
49/* define this if you have LCD enable function */ 49/* define this if you have LCD enable function */
50#define HAVE_LCD_ENABLE 50//#define HAVE_LCD_ENABLE
51 51
52#ifndef BOOTLOADER 52#ifndef BOOTLOADER
53 53
@@ -58,7 +58,7 @@
58#endif 58#endif
59 59
60/* define this if you can flip your LCD */ 60/* define this if you can flip your LCD */
61//#define HAVE_LCD_FLIP 61#define HAVE_LCD_FLIP
62 62
63/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 63/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
64 64
@@ -75,16 +75,15 @@
75#endif 75#endif
76 76
77/* Define this if you have a software controlled poweroff */ 77/* Define this if you have a software controlled poweroff */
78//#define HAVE_SW_POWEROFF 78#define HAVE_SW_POWEROFF
79 79
80#define HAVE_FAT16SUPPORT 80#define HAVE_FAT16SUPPORT
81 81
82/* The number of bytes reserved for loadable codecs */ 82/* The number of bytes reserved for loadable codecs */
83#define CODEC_SIZE 0 83#define CODEC_SIZE 0x100000
84//#define CODEC_SIZE 0x100000
85 84
86/* The number of bytes reserved for loadable plugins */ 85/* The number of bytes reserved for loadable plugins */
87//#define PLUGIN_BUFFER_SIZE 0x80000 86#define PLUGIN_BUFFER_SIZE 0x80000
88 87
89#define AB_REPEAT_ENABLE 1 88#define AB_REPEAT_ENABLE 1
90 89
@@ -92,10 +91,6 @@
92//#define CONFIG_TUNER LV24020LP 91//#define CONFIG_TUNER LV24020LP
93//#define HAVE_TUNER_PWR_CTRL 92//#define HAVE_TUNER_PWR_CTRL
94 93
95/* Define this for LCD backlight available */
96#define HAVE_BACKLIGHT
97#define HAVE_BACKLIGHT_BRIGHTNESS
98
99/* define this if you have a flash memory storage */ 94/* define this if you have a flash memory storage */
100#define HAVE_FLASH_STORAGE 95#define HAVE_FLASH_STORAGE
101 96