summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/CREDITS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 77c125bcf5..141f7d6d69 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -236,4 +236,5 @@ Christopher Borcsok
236Victor Cardenas 236Victor Cardenas
237Andrew Melville 237Andrew Melville
238Pengxuan Liu 238Pengxuan Liu
239Andrew Cupper \ No newline at end of file 239Andrew Cupper
240Thilo-Alexander Ginkel