1 Feb 2008 03:02
jethead71: r16193 - trunk/firmware/target/arm/iriver/h10
<mailer <at> svn.rockbox.org>
2008-02-01 02:02:38 GMT
2008-02-01 02:02:38 GMT
Date: 2008-02-01 03:02:38 +0100 (Fri, 01 Feb 2008)
New Revision: 16193
Log Message:
H10-20GB: Commit the first patch in FS#8533 to fix the mpegplayer display problem where only half the data
was reaching the display on some players. Two individuals report that it corrects it.
Modified:
trunk/firmware/target/arm/iriver/h10/lcd-as-h10.S
Modified: trunk/firmware/target/arm/iriver/h10/lcd-as-h10.S
===================================================================
--- trunk/firmware/target/arm/iriver/h10/lcd-as-h10.S 2008-01-31 21:05:32 UTC (rev 16192)
+++ trunk/firmware/target/arm/iriver/h10/lcd-as-h10.S 2008-02-01 02:02:38 UTC (rev 16193)
<at> <at> -115,7 +115,8 <at> <at>
ldr r3, [r0] <at>
tst r3, #LCD2_BUSY_MASK <at>
bne 20b <at>
- stmia r0, { r7, r11 } <at>
+ str r7, [r0] <at>
+ str r11, [r0] <at>
<at>
sub r7, r12, #16 <at> r7 = Y = (Y' - 16)*74
add r12, r7, r7, asl #2 <at>
<at> <at> -151,7 +152,8 <at> <at>
ldr r3, [r0] <at>
tst r3, #LCD2_BUSY_MASK <at>
bne 20b <at>
- stmia r0, { r7, r11 } <at>
+ str r7, [r0] <at>
(Continue reading)
RSS Feed