index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
coldfire
/
iaudio
/
x5
/
lcd-x5.c
Age
Commit message (
Expand
)
Author
2020-10-26
FIX RED framebuffer viewport rewrite
William Wilgus
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-01-05
Coldfire: Fix alpha bitmap drawing from messing up the emac status register.
Michael Sevakis
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-03-17
Fix very last yellows.
Thomas Martitz
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2007-10-14
H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...
Jens Arnold
2007-07-31
Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...
Michael Sevakis
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-11-04
H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...
Jens Arnold
2006-10-31
Removed remnants of deprecated lcd_roll().
Jens Arnold
2006-10-20
Get rid of some OR-ing and conditional expressions in lcd driver when registe...
Michael Sevakis
2006-10-16
Disables hard dither mode on the x5 for routine drawing. Display driver autom...
Michael Sevakis
2006-09-27
x5: Needed a couple tweaks to the contrast fix.
Michael Sevakis
2006-09-26
Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...
Michael Sevakis
2006-08-26
Got rid of backlight wink between bootloader and firmware start by removing r...
Michael Sevakis
2006-08-15
Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changes
Michael Sevakis
2006-08-13
Accepted FS#5807 by Michael Sevakis - ASM optimized lcd_update().
Rani Hod
2006-08-11
Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.
Rani Hod
2006-08-08
Accepted FS #5772 by Michael Sevakis
Rani Hod
2006-07-31
Patch #5740 by Mike Sevakis - X5 LCD performance enhancements
Linus Nielsen Feltzing
2006-07-31
Applied FS#5734 by Michael Sevakis (X5 LCD contrast bugfix and
Rani Hod
2006-07-25
Restore the default backlight settings broken by Rani
Linus Nielsen Feltzing
2006-07-23
Accepted FS #5474 by yours truly.
Rani Hod
2006-07-18
simplification of lcd driver code - based on patch #5474 by Rani Hod
Christian Gmeiner
2006-04-27
While waiting further and better improvements, this fixes the bug to
Daniel Stenberg
2006-04-11
20% faster and one annoying lookup table cut out
Daniel Stenberg
2006-03-28
Correct IRAM attributes
Linus Nielsen Feltzing
2006-03-22
Now the X5 LCD driver works as expected
Linus Nielsen Feltzing
2006-02-27
Slight optimization of the X5 LCD driver
Linus Nielsen Feltzing
2006-02-23
LCD driver for iAudio X5
Linus Nielsen Feltzing