summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-h100.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis1-1298/+0
2006-09-25Fixed the line scrolling not always being smooth.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-08-10Make the grey shades on greyscale iPods a little darker, and the dark grey on...Jens Arnold1-1/+1
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...Jens Arnold1-43/+48
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold1-2/+2
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold1-13/+26
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-18/+0
2006-03-08Fix lcd_roll() on H1x0.Jens Arnold1-0/+6
2006-02-22Slight optimisation for 1bit and 2bit (vp) LCD drivers.Jens Arnold1-6/+18
2006-02-16Important bugfix for lcd_bitmap_part(). * Some slight optimisations.Jens Arnold1-11/+18
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold1-16/+7
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low1-21/+23
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-8/+30
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-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg1-7/+7
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold1-5/+5
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold1-2/+2
2005-11-06The const police strikes and hits itself.Jens Arnold1-2/+2
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold1-3/+2
2005-09-30Ooops, forgot to fix that comment.Jens Arnold1-1/+1
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold1-3/+28
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-16Fixed lcd_blit().Jens Arnold1-1/+1
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold1-0/+7
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-85/+285
2005-07-03Use the central IDATA_ATTR define.Jens Arnold1-5/+1
2005-07-02A couple of optimisations.Jens Arnold1-11/+23
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-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold1-9/+9
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-170/+185
2005-06-27H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold1-8/+10
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-147/+240
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold1-450/+408
2005-06-17Fixed graphical glitch occuring in flipped lcd mode.Jens Arnold1-0/+2
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner1-18/+1
2005-02-11Made iRiver simulator builds work again.Jens Arnold1-1/+5
2005-02-09iRiver: faster screen updates with lcd frame buffer in IRAMLinus Nielsen Feltzing1-1/+1
2005-02-07The can be more scrolling lines on iRiver...Jens Arnold1-1/+1