From 9272dfd34c71fc8c0eeef2afc8405a595f660c39 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 20 Aug 2006 10:18:47 +0000 Subject: Functional, but minimal LCD driver for H10. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10663 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') 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 @@ /* - * 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 -- cgit v1.2.3