summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100.c
AgeCommit message (Expand)Author
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-30revert scroll pause in continuous scrolling modeMarcoen Hirschberg
2005-11-30add a delay when continually scrolling and reaching the beginning of the lineMarcoen Hirschberg
2005-11-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-09-30Ooops, forgot to fix that comment.Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-07-16Fixed lcd_blit().Jens Arnold
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-07-03Use the central IDATA_ATTR define.Jens Arnold
2005-07-02A couple of optimisations.Jens Arnold
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold
2005-06-29Ooops...Jens Arnold
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold
2005-06-27H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold
2005-06-25Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold
2005-06-17Fixed graphical glitch occuring in flipped lcd mode.Jens Arnold
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner
2005-02-11Made iRiver simulator builds work again.Jens Arnold
2005-02-09iRiver: faster screen updates with lcd frame buffer in IRAMLinus Nielsen Feltzing
2005-02-07The can be more scrolling lines on iRiver...Jens Arnold
2005-02-06Changed default contrast, aligned thread stackLinus Nielsen Feltzing
2005-01-27iRiver: Proper LCD initLinus Nielsen Feltzing
2005-01-17The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold
2005-01-17iRiver fix: The larger LCD_HEIGHT needs larger area fill bitmaps.Jens Arnold
2004-11-16iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing
2004-10-26New LCD driver for iRiver H100Linus Nielsen Feltzing