summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/sansa-clipzip
AgeCommit message (Expand)AuthorFilesLines
2020-05-23Sansa ClipZip set lcd SSP properlyWilliam Wilgus1-1/+16
2020-04-17ClipZip LCD Corruption Backlight fixWilliam Wilgus1-3/+5
2018-07-28Revert "As3525 v1/v2 Add power savings menu"William Wilgus1-23/+1
2018-07-27As3525 v1/v2 Add power savings menuWilliam Wilgus1-1/+23
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat2-9/+9
2014-09-28Don't enable the current sink for the Clip Zip backlight until its actually n...Mihail Zenkov1-5/+4
2014-01-05Add missing kernel.h includes (hopefully all of them), take #3.Thomas Martitz1-2/+4
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-08ascodec-target.h: removeRafaël Carré1-1/+1
2012-01-08lcd-target.h: remove some duplicate declarationsRafaël Carré1-3/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré2-8/+1
2011-12-13Sansa Clip: simplify matrix key scanRafaël Carré1-65/+32
2011-12-03Clip Zip: fix yuv playbackRafaël Carré1-16/+0
2011-11-19Sansa clip zip: increase communication speed with the OLED controllerBertrik Sikken1-1/+1
2011-11-19Sansa clip zip: workaround for wisechip display - always copy an entire horiz...Bertrik Sikken1-3/+3
2011-11-12Sansa clip zip: update lcd_update_rect to even-align horizontal coordinates f...Bertrik Sikken1-1/+10
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff1-1/+1
2011-11-05Sansa clip zip: do not enable display if it's already enabledBertrik Sikken1-1/+5
2011-11-04Sansa clip zip: swap RGB<>BGR for WiseChip displayBertrik Sikken1-3/+5
2011-10-31Sansa clip zip: attempt to fix the pixel format swappedness for goodBertrik Sikken1-1/+1
2011-10-30Sansa clip zip: implement lcd_write_data functionBertrik Sikken1-9/+15
2011-10-30Sansa clip zip: use a state machine for scanning buttons to avoid busy-waitsBertrik Sikken1-41/+55
2011-10-29Sansa clip zip: fix colours of icons, logos, album artBertrik Sikken1-2/+2
2011-10-29Sansa clip zip: add missing prototype to backlight-target.hBertrik Sikken1-0/+1
2011-10-29Sansa clip zip: update mkamsboot and fix various drivers to make it boot to t...Bertrik Sikken3-18/+20
2011-10-23Sansa clipzip: miscellaneous updatesBertrik Sikken2-8/+18
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken4-2/+71
2011-09-16sansa clipzip: fix rectangle setup of type 1 lcdBertrik Sikken1-29/+17
2011-09-06sansa clipzip: fix lcd init delay (remove lcd_delay and replace it with a sleep)Bertrik Sikken1-8/+2
2011-09-02sansa clipzip: annotate lcd registersBertrik Sikken1-49/+47
2011-09-02sansa clipzip: add lcd_brightness function (to be used later to set the 'back...Bertrik Sikken2-1/+45
2011-09-01sansa clipzip: implement lcd reset in the lcd driverBertrik Sikken1-3/+4
2011-09-01sansa clipzip: implement lcd_enableBertrik Sikken2-0/+65
2011-08-30sansa clipzip: implement backlightBertrik Sikken1-2/+10
2011-08-30sansa clipzip: fix bounds check/correction in lcd_update_rectBertrik Sikken1-16/+23
2011-08-29sansa clipzip: correct GPIO used for backlightBertrik Sikken1-2/+2
2011-08-29sansa clipzip: implement more functions in the lcd driverBertrik Sikken1-38/+276
2011-08-27Initial framework for the Sandisk Sansa Clip ZipBertrik Sikken5-0/+333