1
0
Fork 0
forked from len0rd/rockbox
foxbox/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 FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00
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 FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00
i2c-view.c FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00
lcd-view.c sansaview: fix lcd code 2014-05-11 19:56:43 +02:00
power-view.c FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00
powermgmt-view.c Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
usb-view.c FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00