summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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