summaryrefslogtreecommitdiffstats
path: root/firmware/export/lcd-remote.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone1-0/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-3/+0
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-2/+1
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold1-3/+5
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman1-0/+1
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman1-0/+7
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier1-1/+0
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-1/+1
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis1-1/+0
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-4/+1
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-2/+2
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+2
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold1-3/+9
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-3/+14
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold1-0/+5
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis1-0/+1
2006-10-31Removed remnants of deprecated lcd_roll().Jens Arnold1-1/+0
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis1-4/+12
2006-07-28Add a define for unplugged remoteHristo Kovachev1-0/+1
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold1-20/+89
2006-02-17Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LC...Linus Nielsen Feltzing1-0/+8
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low1-3/+1
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-4/+12
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-2/+0
2005-11-19Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen1-0/+1
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold1-4/+0
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold1-0/+3
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold1-14/+19
2005-06-23Fix red builds.Jens Arnold1-1/+1
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold1-46/+33
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold1-1/+1
2005-06-08Hot-plug support for iriver remote.Jens Arnold1-1/+1
2005-04-25iRiver: extended remote lcd driver. displaying text works now - see start-up-...Christian Gmeiner1-3/+55
2005-04-15corrected copyright infosChristian Gmeiner1-1/+1
2005-04-15IRiver: extended plugin api with current remote lcd functionsChristian Gmeiner1-0/+1
2005-04-15Some code policingLinus Nielsen Feltzing1-5/+5
2005-04-15compile fixChristian Gmeiner1-3/+7
2005-04-15Even more updates to the remote LCD driver. Now it actually works...Linus Nielsen Feltzing1-0/+41