rockbox/firmware/target/arm/sandisk/sansa-view
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
..
adc-view.c
backlight-target.h sansaview: cleanup backlight code 2014-05-11 19:56:34 +02:00
backlight-view.c sansaview: cleanup backlight code 2014-05-11 19:56:34 +02:00
button-target.h button-target.h : move prototypes to button.h 2012-01-08 00:07:19 +00:00
button-view.c
i2c-view.c
lcd-view.c sansaview: fix lcd code 2014-05-11 19:56:43 +02:00
power-view.c
powermgmt-view.c
usb-view.c