summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-09-04 23:10:27 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-09-04 23:10:27 +0000
commit9b1dd444b005c9f99318c7a31c9f81a846d5e5af (patch)
tree1dc2f9fb2e1577f6e6ca9ae7e5096c8bf8321d82 /firmware/export/config-h10.h
parent7c587a25e595ea9495af2fa9e3272b9c901ddded (diff)
downloadrockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.tar.gz
rockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.zip
Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is actually a 128x160 LCD rotated 90 degrees, so we need to take account of this. The 5/6GB LCD is not rotated by 90 degrees but was treated as if it was (FS #5925, patch thanks to Thilo-Alexander Ginkel)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10886 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index cfa7f6bb46..a316cbec3f 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -97,7 +97,7 @@
97#define CPU_FREQ 11289600 97#define CPU_FREQ 11289600
98 98
99/* Type of LCD */ 99/* Type of LCD */
100#define CONFIG_LCD LCD_H10 100#define CONFIG_LCD LCD_H10_20GB
101 101
102#define DEFAULT_CONTRAST_SETTING 19 102#define DEFAULT_CONTRAST_SETTING 19
103 103