summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-10 21:54:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-10 21:54:28 +0000
commit2a3acde58f15be79cb2d471c22d680eb6a0d18f6 (patch)
treea7e6c582a37e0b9c0d9c2aa7f6abb298ada81b79 /firmware/export/config-gmini120.h
parentb07321e1f62b4158b0951f969d8f52365328c842 (diff)
downloadrockbox-2a3acde58f15be79cb2d471c22d680eb6a0d18f6.tar.gz
rockbox-2a3acde58f15be79cb2d471c22d680eb6a0d18f6.zip
gmini adjustments, with a new CONFIG_LCD setup being prepared
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h22
1 files changed, 18 insertions, 4 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 20804c5007..1a835be3e8 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -12,17 +12,31 @@
12#define LCD_HEIGHT 64 12#define LCD_HEIGHT 64
13 13
14/* When button.h is updated with gmini details, then fix this: */ 14/* When button.h is updated with gmini details, then fix this: */
15#define CONFIG_KEYPAD /*GMINI_PAD */ IRIVER_H100_PAD 15#define CONFIG_KEYPAD GMINI100_PAD
16
17#define CONFIG_LCD GMINI100_LCD
16 18
17#ifndef SIMULATOR 19#ifndef SIMULATOR
18 20
19/* Define this if you have a CalmRISC16 */ 21/* Define this if you have a TCC730 (CalmRISC16) */
20#define CONFIG_CPU CR16 22#define CONFIG_CPU TCC730
23
24/* Define this if you have a gmini 100 style LCD */
25#define CONFIG_LCD LCD_GMINI100
21 26
22/* Type of mobile power, FIXME: probably different, make new type */ 27/* Type of mobile power, FIXME: probably different, make new type */
23#define CONFIG_BATTERY 28#define CONFIG_BATTERY BATT_LIION2200
29#define BATTERY_SCALE_FACTOR 6465
30/* chosen values at random -- jyp */
24 31
25/* Define this if the platform can charge batteries */ 32/* Define this if the platform can charge batteries */
26#define HAVE_CHARGING 1 33#define HAVE_CHARGING 1
27 34
35#define CPU_FREQ 30000000
36/* approximate value (and false in general since freq is variable) */
37
38/* Always enable debug till we stabilize */
39#define EMULATOR
40#define DEBUG
41
28#endif 42#endif