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
/
export
/
lcd.h
Age
Commit message (
Expand
)
Author
2007-06-22
Fix FS#7336 - scrolling lines don't stay coloured.
Jonathan Gordon
2007-06-17
Give color targets the ability to display each LCD line a different color and...
Brandon Low
2007-05-15
Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...
Dave Chapman
2007-04-03
It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...
Jens Arnold
2007-03-31
Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...
Jens Arnold
2007-03-27
(all targets) Increase scrolling line size to account for utf-8 in the overla...
Jens Arnold
2007-03-26
First step of charcell LCD code rework: * Make it fully unicode aware so that...
Jens Arnold
2007-03-21
Correct some color unpacking macros.
Michael Sevakis
2007-03-18
Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...
Jens Arnold
2007-02-20
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
2007-02-17
avoid using #if on undefined symbols, in preparation for -Wundef
Daniel Stenberg
2007-01-13
Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memory
Greg White
2007-01-04
Fix simulator build
Greg White
2007-01-04
Use DMA for Blit to screen/clear
Greg White
2006-12-17
Fix freeze/crash problems when scrolling very long strings (like filenames or...
Magnus Holmgren
2006-11-20
BMP loader: Remote LCD format support.
Jens Arnold
2006-11-13
Backdrop support for greyscale targets. WPS backdrop is untested.
Jens Arnold
2006-10-31
Removed remnants of deprecated lcd_roll().
Jens Arnold
2006-10-15
More color adjustments. Better translation to and from native colors with eve...
Michael Sevakis
2006-10-14
Added a small interface to screens to translate colors into remote gray level...
Michael Sevakis
2006-10-11
Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...
Michael Sevakis
2006-08-12
Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...
Dave Chapman
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-08-08
Implementation of lcd_yuv_blit() for the ipod 5g.
Dave Chapman
2006-08-08
H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...
Jens Arnold
2006-08-07
Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...
Dave Chapman
2006-07-28
LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scroll...
Jens Arnold
2006-03-08
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...
Jens Arnold
2006-02-26
Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...
Dave Chapman
2006-02-22
Made LCD_RGBPACK() macro more efficient when used with variable arguments.
Jens Arnold
2006-02-20
Oops, no potentially conflicting declarations please.
Jens Arnold
2006-02-09
Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...
Dave Chapman
2006-02-05
More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...
Dave Chapman
2006-02-05
The iAudio X5 LCD is 18 bits
Linus Nielsen Feltzing
2006-02-03
Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed u...
Jens Arnold
2006-02-02
Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...
Dave Chapman
2006-01-28
Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...
Linus Nielsen Feltzing
2006-01-28
Color BMP support
Linus Nielsen Feltzing
2006-01-25
First steps towards SDL sim for windows
Linus Nielsen Feltzing
2006-01-22
Horizontal scrolling patch by Shachar Liberman
Tomas Salfischberger
2005-12-20
patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is off
Linus Nielsen Feltzing
2005-11-28
16bit LCD driver: faster drawing routines.
Jens Arnold
2005-11-19
Add LCD_PIXELFORMAT config variable to distinguish between the two types of 1...
Dave Chapman
2005-11-16
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...
Jens Arnold
2005-11-14
New type for the LCD frame buffer data
Linus Nielsen Feltzing
2005-11-13
Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...
Dave Chapman
2005-11-10
Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.
Thom Johansen
2005-11-08
Remove unnecessary #ifdef
Dave Chapman
2005-11-07
Initial commit of work-in-progress iPod port
Dave Chapman
[next]