Clipv2: fix grey lcd output
commit1f9f4e47ebc4c13a38c631beaa3ff2284358a1ec
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 3 Apr 2010 17:10:44 +0000 (3 17:10 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 3 Apr 2010 17:10:44 +0000 (3 17:10 +0000)
treeb0728426f7109d36e5cc30df33b4754712611764
parent5599eba9d3a445d0c5b6b5cd77b121272e215a8e
Clipv2: fix grey lcd output

We can write to DBOP_DOUT in 8 bits mode : bits 7..0 are mapped to the
LCD, not bits 15..12 and 3..0 like on Clipv1

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25455 a1c6a512-1295-4272-9138-f99709370657
firmware/SOURCES
firmware/export/as3525.h
firmware/target/arm/as3525/sansa-clipv2/lcd-as-clipv2.S [new file with mode: 0644]
firmware/target/arm/as3525/sansa-clipv2/lcd-clipv2.c