summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
new file mode 100644
index 0000000000..20804c5007
--- /dev/null
+++ b/firmware/export/config-gmini120.h
@@ -0,0 +1,28 @@
1/* Note: this is just a basic early version that needs attention and
2 corrections! */
3
4/* define this if you have recording possibility */
5#define HAVE_RECORDING 1
6
7/* define this if you have a bitmap LCD display */
8#define HAVE_LCD_BITMAP 1
9
10/* LCD dimensions */
11#define LCD_WIDTH 128
12#define LCD_HEIGHT 64
13
14/* When button.h is updated with gmini details, then fix this: */
15#define CONFIG_KEYPAD /*GMINI_PAD */ IRIVER_H100_PAD
16
17#ifndef SIMULATOR
18
19/* Define this if you have a CalmRISC16 */
20#define CONFIG_CPU CR16
21
22/* Type of mobile power, FIXME: probably different, make new type */
23#define CONFIG_BATTERY
24
25/* Define this if the platform can charge batteries */
26#define HAVE_CHARGING 1
27
28#endif