summaryrefslogtreecommitdiff
path: root/firmware/export/config-cowond2.h
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-03-10 20:59:55 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-03-10 20:59:55 +0000
commit6092cba3c3cd15835cd716497c013283857b2312 (patch)
tree3cd0b4c664348505468a296bbae016805396a3d2 /firmware/export/config-cowond2.h
parentf10f891bb4bd05c699344a782e798d3a1c1a63ea (diff)
downloadrockbox-6092cba3c3cd15835cd716497c013283857b2312.tar.gz
rockbox-6092cba3c3cd15835cd716497c013283857b2312.zip
D2: Enable FAT16 support. Also disable tagcache for the time being.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16619 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r--firmware/export/config-cowond2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index cbe96f8a92..78b963c58d 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -34,11 +34,14 @@
34#define HAVE_PITCHSCREEN 34#define HAVE_PITCHSCREEN
35 35
36/* define this if you would like tagcache to build on this target */ 36/* define this if you would like tagcache to build on this target */
37#define HAVE_TAGCACHE 37//#define HAVE_TAGCACHE
38 38
39/* define this if you have a flash memory storage */ 39/* define this if you have a flash memory storage */
40#define HAVE_FLASH_STORAGE 40#define HAVE_FLASH_STORAGE
41 41
42/* Some (2Gb?) D2s seem to be FAT16 formatted */
43#define HAVE_FAT16SUPPORT
44
42/* LCD dimensions */ 45/* LCD dimensions */
43#define LCD_WIDTH 320 46#define LCD_WIDTH 320
44#define LCD_HEIGHT 240 47#define LCD_HEIGHT 240