summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c (follow)
Commit message (Expand)AuthorAge
* font caching fixes by Frank DischnerMarcoen Hirschberg2006-03-22
* Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold2006-03-11
* Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold2006-02-22
* * Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold2006-02-02
* Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low2006-01-22
* Horizontal scrolling patch by Shachar LibermanTomas Salfischberger2006-01-22
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* revert scroll pause in continuous scrolling modeMarcoen Hirschberg2005-11-30
* add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg2005-11-30
* The const police strikes and hits itself.Jens Arnold2005-11-06
* Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing2005-08-08
* Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold2005-07-28
* Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold2005-07-08
* Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2005-07-07
* 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2005-07-06
* Converted to use the IRAM defines, and some small optimisations.Jens Arnold2005-07-04
* A couple of optimisations.Jens Arnold2005-07-02
* Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold2005-06-30
* Ooops...Jens Arnold2005-06-29
* Oops, that was no optimisation, but a bug.Jens Arnold2005-06-29
* Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold2005-06-29
* Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold2005-06-28
* Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold2005-06-25
* Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2005-06-25
* Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold2005-06-24
* First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold2005-06-24
* Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold2005-06-23
* make use of font_getstringsizeChristian Gmeiner2005-04-19
* corrected check for the Gmini LCDDaniel Stenberg2005-01-27
* proper setting of contrast for GminiJean-Philippe Bernardy2005-01-27
* fixed indentationJean-Philippe Bernardy2005-01-20
* Support for gmini100 series LCDJean-Philippe Bernardy2005-01-20
* The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold2005-01-17
* Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2004-10-15
* Removed test code that shouldn't have been committed.Björn Stenberg2004-09-16
* Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg2004-09-16
* the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn2004-09-09
* Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold2004-08-27
* Fixed pointer types & struct fontJens Arnold2004-08-26
* New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn2004-08-26
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 3Jens Arnold2004-08-03
* More const policeing step 1Jens Arnold2004-08-01
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing2004-07-13
* Simplified the recorder scrolling code a littleLinus Nielsen Feltzing2004-07-09
* Fixed a warningJens Arnold2004-05-15
* TABs again...Jens Arnold2004-05-15