index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-2bit-vert.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an
Thomas Martitz
2013-12-15
*
lcd-*: Merge common viewport operations into lcd-bitmap-common.c
Thomas Martitz
2013-12-14
*
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-02-28
*
Comment out lcd_drawline() DEBUGF messages which show in various simulators
Tomer Shalev
2010-02-20
*
Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...
Karl Kurbjun
2009-11-07
*
LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...
Rafaël Carré
2009-08-18
*
LCD bitmap driver code consolidation from FS#4817:
Andrew Mahone
2009-08-13
*
FS#10080
Nils Wallménius
2009-07-14
*
Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...
Jens Arnold
2009-05-31
*
Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...
Jens Arnold
2009-05-30
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-06-23
*
LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...
Jens Arnold
2008-04-12
*
Fix a typo in commit r16018 - this was causing text to disappear on the h140...
Dave Chapman
2008-01-09
*
Add the viewport functions to the screens API, including a new getfont() func...
Dave Chapman
2008-01-08
*
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2008-01-07
*
Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)
Antoine Cellerier
2007-09-30
*
Fix warnings and errors. Remove some added stuff that wasn't needed afterall.
Michael Sevakis
2007-07-28
*
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis
2007-07-28
*
for WPS files with many lines the current wps code will call puts_scroll with...
Robert Kukla
2007-04-01
*
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-03-04
*
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
2007-02-20
*
Backdrop support for greyscale targets. WPS backdrop is untested.
Jens Arnold
2006-11-13
*
Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...
Jens Arnold
2006-11-12
*
H100/120: Split lcd driver into pixel format and device specific parts. Adjus...
Michael Sevakis
2006-11-10