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
diff --git a/docs/CREDITS b/docs/CREDITS
index 77c125b..141f7d6 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -236,4 +236,5 @@
Victor Cardenas
Andrew Melville
Pengxuan Liu
-Andrew Cupper
\ No newline at end of file
+Andrew Cupper
+Thilo-Alexander Ginkel