diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-20 10:18:47 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-20 10:18:47 +0000 |
| commit | 9272dfd34c71fc8c0eeef2afc8405a595f660c39 (patch) | |
| tree | 09cacf70726bff82d5049a976a9414da3e59ab44 /firmware/export | |
| parent | 6e0e0f9b72cba07513ff44cc2707628e2dc8c064 (diff) | |
| download | rockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.zip rockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.tar.gz rockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.tar.bz2 rockbox-9272dfd34c71fc8c0eeef2afc8405a595f660c39.tar.xz | |
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.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 39f8a85..099df0d 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -1,5 +1,5 @@ /* - * This config file is for the iriver H10 + * This config file is for the iriver H10 20Gb */ #define TARGET_TREE /* this target is using the target tree system */ @@ -96,8 +96,8 @@ /* TODO: this is probably wrong */ #define CPU_FREQ 11289600 -/* Type of LCD TODO: hopefully the same as the x5 but check this*/ -#define CONFIG_LCD LCD_X5 +/* Type of LCD */ +#define CONFIG_LCD LCD_H10 /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 |