summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200v2.h')
-rw-r--r--firmware/export/config-c200v2.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index 03f6ac0698..ae2cd04c0b 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -80,7 +80,9 @@
80#define MAX_CONTRAST_SETTING 255 80#define MAX_CONTRAST_SETTING 255
81#define DEFAULT_CONTRAST_SETTING 85 81#define DEFAULT_CONTRAST_SETTING 85
82 82
83 #define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */ 83#if 0 /* not enough room for a 16 bits framebuffer */
84#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */
85#endif
84 86
85#define CONFIG_KEYPAD SANSA_C200_PAD 87#define CONFIG_KEYPAD SANSA_C200_PAD
86 88
@@ -108,7 +110,7 @@
108#define HAVE_FAT16SUPPORT 110#define HAVE_FAT16SUPPORT
109 111
110/* The number of bytes reserved for loadable codecs */ 112/* The number of bytes reserved for loadable codecs */
111#define CODEC_SIZE 0x100000 113#define CODEC_SIZE 0x48000
112 114
113/* The number of bytes reserved for loadable plugins */ 115/* The number of bytes reserved for loadable plugins */
114#define PLUGIN_BUFFER_SIZE 0x80000 116#define PLUGIN_BUFFER_SIZE 0x80000
@@ -116,7 +118,7 @@
116#define AB_REPEAT_ENABLE 1 118#define AB_REPEAT_ENABLE 1
117 119
118/* FM Tuner - suspected to be the SI4702 */ 120/* FM Tuner - suspected to be the SI4702 */
119//#define CONFIG_TUNER SI4700 121#define CONFIG_TUNER SI4700
120/* #define HAVE_TUNER_PWR_CTRL */ 122/* #define HAVE_TUNER_PWR_CTRL */
121 123
122/* Define this for LCD backlight available */ 124/* Define this for LCD backlight available */
@@ -148,7 +150,7 @@
148#define CONFIG_CPU AS3525 150#define CONFIG_CPU AS3525
149 151
150/* Define how much SD sectors are reserved for OF */ 152/* Define how much SD sectors are reserved for OF */
151#define AMS_OF_SIZE 0x5000 /* TODO : check */ 153#define AMS_OF_SIZE 0x5000
152 154
153/* Define this if you want to use the PP5024 i2c interface */ 155/* Define this if you want to use the PP5024 i2c interface */
154#define CONFIG_I2C I2C_AS3525 156#define CONFIG_I2C I2C_AS3525
@@ -163,14 +165,14 @@
163/* Define this to the CPU frequency */ 165/* Define this to the CPU frequency */
164#define CPU_FREQ 250000000 166#define CPU_FREQ 250000000
165 167
166/* Type of LCD TODO: hopefully the same as the x5 but check this*/ 168/* Type of LCD : Samsung S6B33B2 */
167#define CONFIG_LCD LCD_C200 169#define CONFIG_LCD LCD_C200
168 170
169#define USB_HANDLED_BY_OF 171#define USB_HANDLED_BY_OF
170 172
171#ifndef BOOTLOADER 173#ifndef BOOTLOADER
172//#define HAVE_MULTIVOLUME 174#define HAVE_MULTIVOLUME
173//#define HAVE_HOTSWAP 175#define HAVE_HOTSWAP
174#endif 176#endif
175 177
176/* enable these for the experimental usb stack */ 178/* enable these for the experimental usb stack */