summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-recorder.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold1-1084/+0
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-56/+3
2006-09-25Fix them all.Miika Pekkarinen1-2/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+2
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of the...Mark Arigo1-2/+2
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold1-5/+3
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold1-2/+8
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing1-2/+3
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye1-2/+3
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg1-5/+0
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold1-12/+0
2006-02-22Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold1-7/+18
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold1-14/+5
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low1-28/+30
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-9/+32
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+31
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-9/+9
2005-11-30revert scroll pause in continuous scrolling modeMarcoen Hirschberg1-5/+3
2005-11-30add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg1-3/+5
2005-11-06The const police strikes and hits itself.Jens Arnold1-2/+2
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing1-0/+4
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold1-2/+2
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold1-3/+3
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold1-9/+9
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-1/+1
2005-07-04Converted to use the IRAM defines, and some small optimisations.Jens Arnold1-19/+19
2005-07-02A couple of optimisations.Jens Arnold1-12/+24
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold1-8/+24
2005-06-29Ooops...Jens Arnold1-1/+1
2005-06-29Oops, that was no optimisation, but a bug.Jens Arnold1-5/+3
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold1-8/+8
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-172/+188
2005-06-25Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold1-3/+3
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-5/+4
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold1-7/+7
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-136/+238
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold1-435/+397
2005-04-19make use of font_getstringsizeChristian Gmeiner1-18/+1
2005-01-27corrected check for the Gmini LCDDaniel Stenberg1-1/+1
2005-01-27proper setting of contrast for GminiJean-Philippe Bernardy1-0/+2
2005-01-20fixed indentationJean-Philippe Bernardy1-31/+31
2005-01-20Support for gmini100 series LCDJean-Philippe Bernardy1-0/+54
2005-01-17The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold1-4/+0
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold1-3/+9
2004-09-16Removed test code that shouldn't have been committed.Björn Stenberg1-3/+0
2004-09-16Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg1-0/+3
2004-09-09the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn1-3/+6
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold1-1/+2
2004-08-26Fixed pointer types & struct fontJens Arnold1-2/+2
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-2/+2