rockbox/firmware/target/arm/sandisk
Amaury Pouly 85390865b5 sansaview: fix lcd code
The lcd driver now works but is awfully slow. The trick is to put it in system
mode instead of RGB and setup 16bpp. The GRAM data can then be sent directly
with the SPI but since it's bit-banged and the CPU running at slow speed,
full screen refresh takes over a second, even with a slightly optmised version.
The OF uses a DMA mechanism with a proper LCD controller but the setup is much
more complicated and doesn't work at the moment.

Change-Id: I6c95d91de31bff97d0a5848b8e2078c21deb5895
2014-05-11 19:56:43 +02:00
..
sansa-c200 lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420) 2012-01-11 13:14:30 +01:00
sansa-e200 kernel: Break out kernel primitives into separate files and move to separate dir. 2014-03-03 18:11:57 +01:00
sansa-view sansaview: fix lcd code 2014-05-11 19:56:43 +02:00
adc-target.h adc-target.h: cleanup 2012-01-08 00:39:29 +00:00
app.lds Combine PortalPlayer .lds files into one for app and boot. 2013-07-19 08:18:16 -04:00
audio-c200_e200.c PP Sansa: Use better I2S divider settings for 48kHz. 2013-05-30 03:34:10 -04:00
backlight-c200_e200.c
backlight-target.h
boot.lds Combine PortalPlayer .lds files into one for app and boot. 2013-07-19 08:18:16 -04:00
power-c200_e200.c
powermgmt-target.h powermgmt-target.h: move prototypes to powermgmt.h 2012-01-07 22:32:52 +00:00