summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100.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
* Fix lcd_roll() on H1x0.Jens Arnold2006-03-08
* Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold2006-02-22
* Important bugfix for lcd_bitmap_part(). * Some slight optimisations.Jens Arnold2006-02-16
* * 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
* 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
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold2005-11-09
* The const police strikes and hits itself.Jens Arnold2005-11-06
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Ooops, forgot to fix that comment.Jens Arnold2005-09-30
* H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold2005-09-30
* 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
* Fixed lcd_blit().Jens Arnold2005-07-16
* Greyscale graphics driver: Added missing function.Jens Arnold2005-07-14
* 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2005-07-06
* Use the central IDATA_ATTR define.Jens Arnold2005-07-03
* 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
* 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
* H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold2005-06-27
* 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
* Fixed graphical glitch occuring in flipped lcd mode.Jens Arnold2005-06-17
* moved lcd_getstringsize into font.cChristian Gmeiner2005-04-19
* Made iRiver simulator builds work again.Jens Arnold2005-02-11
* iRiver: faster screen updates with lcd frame buffer in IRAMLinus Nielsen Feltzing2005-02-09
* The can be more scrolling lines on iRiver...Jens Arnold2005-02-07
* Changed default contrast, aligned thread stackLinus Nielsen Feltzing2005-02-06
* iRiver: Proper LCD initLinus Nielsen Feltzing2005-01-27
* The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold2005-01-17
* iRiver fix: The larger LCD_HEIGHT needs larger area fill bitmaps.Jens Arnold2005-01-17
* iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing2004-11-16
* New LCD driver for iRiver H100Linus Nielsen Feltzing2004-10-26