mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Onda VX747: support FAT16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21245 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc0c2fb546
commit
b11131f60e
1 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@
|
|||
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
#define CONFIG_STORAGE STORAGE_SD
|
||||
|
||||
/* Support FAT16 for SD cards <= 2GB */
|
||||
#define HAVE_FAT16SUPPORT
|
||||
|
||||
/* ChinaChip NAND FTL */
|
||||
#define CONFIG_NAND NAND_CC
|
||||
|
||||
|
@ -109,7 +112,7 @@
|
|||
#define MIN_BRIGHTNESS_SETTING 1
|
||||
#define MAX_BRIGHTNESS_SETTING 30
|
||||
#define DEFAULT_BRIGHTNESS_SETTING 30 /* "full brightness" */
|
||||
#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
|
||||
#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
|
||||
|
||||
/* Define this if you have a software controlled poweroff */
|
||||
#define HAVE_SW_POWEROFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue