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