summaryrefslogtreecommitdiff
path: root/firmware/export/config-creativezvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-creativezvm.h')
-rw-r--r--firmware/export/config-creativezvm.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 33a5105df7..ec5e1138e4 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -26,6 +26,9 @@
26 26
27#define CREATIVE_ZVM 1 27#define CREATIVE_ZVM 1
28 28
29/* This makes it part of the Creative Zen Vision family :) */
30#define CREATIVE_ZVx 1
31
29/* For Rolo and boot loader */ 32/* For Rolo and boot loader */
30#define MODEL_NUMBER 26 33#define MODEL_NUMBER 26
31 34
@@ -56,13 +59,8 @@
56/* choose the lcd orientation. both work */ 59/* choose the lcd orientation. both work */
57#define CONFIG_ORIENTATION SCREEN_PORTRAIT 60#define CONFIG_ORIENTATION SCREEN_PORTRAIT
58 61
59#ifdef ZEN_VISION
60#define LCD_WIDTH 640
61#define LCD_HEIGHT 480
62#else
63#define LCD_WIDTH 320 62#define LCD_WIDTH 320
64#define LCD_HEIGHT 240 63#define LCD_HEIGHT 240
65#endif
66 64
67#define LCD_DEPTH 16 /* 65k colours */ 65#define LCD_DEPTH 16 /* 65k colours */
68#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 66#define LCD_PIXELFORMAT RGB565 /* rgb565 */
@@ -156,13 +154,7 @@
156/* Define this if you have adjustable CPU frequency */ 154/* Define this if you have adjustable CPU frequency */
157/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 155/* #define HAVE_ADJUSTABLE_CPU_FREQ */
158 156
159#ifdef ZEN_VISION 157#define BOOTFILE_EXT "zvm"
160 #define BOOTFILE_EXT "zv"
161#elseif defined(ZVM_60GB)
162 #define BOOTFILE_EXT "zvm60"
163#else
164 #define BOOTFILE_EXT "zvm"
165#endif
166#define BOOTFILE "rockbox." BOOTFILE_EXT 158#define BOOTFILE "rockbox." BOOTFILE_EXT
167#define BOOTDIR "/.rockbox" 159#define BOOTDIR "/.rockbox"
168 160