1
0
Fork 0
forked from len0rd/rockbox

H300: Correct LCD type and CODEC buffer size

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7862 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-14 14:58:30 +00:00
parent 057c8ec9d0
commit b034a830e4

View file

@ -39,7 +39,7 @@
#define HAVE_SW_POWEROFF #define HAVE_SW_POWEROFF
/* The number of bytes reserved for loadable codecs */ /* The number of bytes reserved for loadable codecs */
#define CODEC_SIZE 0x40000 #define CODEC_SIZE 0x80000
/* The number of bytes reserved for loadable plugins */ /* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0xC0000 #define PLUGIN_BUFFER_SIZE 0xC0000
@ -77,7 +77,7 @@
/* Define this if you have ATA power-off control */ /* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF #define HAVE_ATA_POWER_OFF
#define CONFIG_LCD LCD_S1D15E06 #define CONFIG_LCD LCD_H300
/* Offset ( in the firmware file's header ) to the file CRC */ /* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0 #define FIRMWARE_OFFSET_FILE_CRC 0