diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-04 23:10:27 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-04 23:10:27 +0000 |
| commit | 9b1dd444b005c9f99318c7a31c9f81a846d5e5af (patch) | |
| tree | 1dc2f9fb2e1577f6e6ca9ae7e5096c8bf8321d82 /docs | |
| parent | 7c587a25e595ea9495af2fa9e3272b9c901ddded (diff) | |
| download | rockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.zip rockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.tar.gz rockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.tar.bz2 rockbox-9b1dd444b005c9f99318c7a31c9f81a846d5e5af.tar.xz | |
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/CREDITS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 77c125b..141f7d6 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -236,4 +236,5 @@ Christopher Borcsok Victor Cardenas Andrew Melville Pengxuan Liu -Andrew Cupper
\ No newline at end of file +Andrew Cupper +Thilo-Alexander Ginkel |