summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/lcd-c200_c200v2.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2010-06-27udelay between command and data write seems to get rid of the display glitche...Tobias Diedrich1-5/+5
2010-06-19Of course there's no mdelay on c200(v1), so just use udelayTobias Diedrich1-11/+10
2010-06-19Include system-target.h for mdelayTobias Diedrich1-0/+1
2010-06-19Use mdelayTobias Diedrich1-18/+10
2010-06-18C200v2 lcd controller still gets stuck sometimes, do a full controller init i...Tobias Diedrich1-8/+18
2010-05-28Apply FS#9194 - LCD invert for Sansa c200/c200v2Bertrik Sikken1-1/+4
2010-05-10See 0x429c in OF (lcd_init), B6 is lcd reset line.Tobias Diedrich1-0/+7
2010-05-06Fix the remaining reds.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-01-06Sansa AMS: refactor DBOP button reading (e200v2/Fuze/c200v2)Rafaël Carré1-72/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-09-05Sansa c200v2: update DBOP button reading mechanism, this enables readout of t...Bertrik Sikken1-13/+37
2009-08-19fix redNils Wallménius1-0/+2
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré1-12/+6
2009-06-20Sansa c200v1 & c200v2 LCD: higher performance when writing pixelsRafaël Carré1-15/+23
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré1-0/+455