Sansa c200v1 & c200v2 LCD: higher performance when writing pixels
commitcf666122086ecce1a0bb314e5b82ec378aed5249
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Jun 2009 22:49:04 +0000 (20 22:49 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Jun 2009 22:49:04 +0000 (20 22:49 +0000)
treee23821733e573490e346282d9cb40ddc63b46747
parent63372303d3a8113db137947937adfe4b88eb3c3a
Sansa c200v1 & c200v2 LCD: higher performance when writing pixels

c200v1: use a loop similar to r21320 and before to get almost the same performance (49.x fps while r21320 had 50.7 fps)
c200v2: better use of the DBOP fifo (taken from r21190) : 30% more fps
rename lcd_send_data to lcd_write_data now that it has the same prototype

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21427 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/lcd-c200_c200v2.c