summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-remote-2bit-vi.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold1-0/+1
2008-03-09First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold1-1229/+6
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman1-0/+5
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman1-92/+202
2007-09-30Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier1-3/+2
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis1-5/+0
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-163/+56
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla1-0/+4
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-02-25X5: Move the remote tick to target tree.Jens Arnold1-59/+3
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-1/+1
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold1-7/+111
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis1-36/+48
2006-09-25Fix them all.Miika Pekkarinen1-2/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-3/+4
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo1-2/+2
2006-07-28LCD remote support for iAudio X5Linus Nielsen Feltzing1-12/+111
2006-07-28X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...Jens Arnold1-0/+1085