summaryrefslogtreecommitdiff
path: root/firmware/export/pp6100.h
AgeCommit message (Collapse)Author
2014-05-11sansaview: fix lcd codeAmaury Pouly
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-03-27define more GPIO ports for the NVIDIA GoForce SoC (PP6100).Szymon Dziok
Change-Id: Ib02c44b9174fd968ed17640fc515b9c01c4a248d
2009-07-17Add information gleaned from disassembling the main firmware image. Detect ↵Robert Keevil
lcd type in use. Still no actual output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21929 a1c6a512-1295-4272-9138-f99709370657
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds ↵Robert Keevil
but doesn't do anything useful yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657