summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-20 10:18:47 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-20 10:18:47 +0000
commit9272dfd34c71fc8c0eeef2afc8405a595f660c39 (patch)
tree09cacf70726bff82d5049a976a9414da3e59ab44 /firmware/export
parent6e0e0f9b72cba07513ff44cc2707628e2dc8c064 (diff)
downloadrockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.tar.gz
rockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.zip
Functional, but minimal LCD driver for H10.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10663 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h10.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 39f8a85a35..099df0d715 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * This config file is for the iriver H10 2 * This config file is for the iriver H10 20Gb
3 */ 3 */
4 4
5#define TARGET_TREE /* this target is using the target tree system */ 5#define TARGET_TREE /* this target is using the target tree system */
@@ -96,8 +96,8 @@
96/* TODO: this is probably wrong */ 96/* TODO: this is probably wrong */
97#define CPU_FREQ 11289600 97#define CPU_FREQ 11289600
98 98
99/* Type of LCD TODO: hopefully the same as the x5 but check this*/ 99/* Type of LCD */
100#define CONFIG_LCD LCD_X5 100#define CONFIG_LCD LCD_H10
101 101
102/* Offset ( in the firmware file's header ) to the file length */ 102/* Offset ( in the firmware file's header ) to the file length */
103#define FIRMWARE_OFFSET_FILE_LENGTH 0 103#define FIRMWARE_OFFSET_FILE_LENGTH 0