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:
parent
057c8ec9d0
commit
b034a830e4
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#define HAVE_SW_POWEROFF
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x40000
|
||||
#define CODEC_SIZE 0x80000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0xC0000
|
||||
|
@ -77,7 +77,7 @@
|
|||
/* Define this if you have ATA power-off control */
|
||||
#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 */
|
||||
#define FIRMWARE_OFFSET_FILE_CRC 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue