summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-12 13:58:23 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-12 13:58:23 +0000
commit77a0cffc14195487b69532fb6eeaa9f0a907d7e3 (patch)
tree9960b0846f0aa232d7c6424aca0c86c6e9fd737c /firmware/export/config-gmini120.h
parent5203f0645e4c586da0a3151488097f8d29bf0d2b (diff)
downloadrockbox-77a0cffc14195487b69532fb6eeaa9f0a907d7e3.tar.gz
rockbox-77a0cffc14195487b69532fb6eeaa9f0a907d7e3.zip
somewhat better configuration for the gmini series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5935 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index d0b1b275d3..7b6af81a6b 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -7,11 +7,13 @@
7/* define this if you have a bitmap LCD display */ 7/* define this if you have a bitmap LCD display */
8#define HAVE_LCD_BITMAP 1 8#define HAVE_LCD_BITMAP 1
9 9
10/* define this if you have a real-time clock */
11#define HAVE_RTC 1
12
10/* LCD dimensions */ 13/* LCD dimensions */
11#define LCD_WIDTH 128 14#define LCD_WIDTH 128
12#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
13 16
14/* When button.h is updated with gmini details, then fix this: */
15#define CONFIG_KEYPAD GMINI100_PAD 17#define CONFIG_KEYPAD GMINI100_PAD
16 18
17#ifndef SIMULATOR 19#ifndef SIMULATOR