summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-07-19 08:23:33 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-07-19 08:23:33 +0000
commit144fc69a9f774aa3c0542ee075055bce87f28b14 (patch)
treebdf028195cb1aa584b7a2ae856c1e0285b6617b7 /firmware/export
parente628b5c941f01a709dc2d8e988b9ed5bd035e8c9 (diff)
downloadrockbox-144fc69a9f774aa3c0542ee075055bce87f28b14.tar.gz
rockbox-144fc69a9f774aa3c0542ee075055bce87f28b14.zip
Added MODEL_NUMBER for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index f461b26bc8..1c284b9ef8 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* For Rolo and boot loader */
8#define MODEL_NUMBER 2
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 220 11#define LCD_WIDTH 220
9#define LCD_HEIGHT 176 12#define LCD_HEIGHT 176