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
/
drivers
/
lcd-2bit-vert.c
Age
Commit message (
Expand
)
Author
2008-04-12
LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...
Jens Arnold
2008-01-09
Fix a typo in commit r16018 - this was causing text to disappear on the h140...
Dave Chapman
2008-01-08
Add the viewport functions to the screens API, including a new getfont() func...
Dave Chapman
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2007-09-30
Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)
Antoine Cellerier
2007-07-28
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-04-01
for WPS files with many lines the current wps code will call puts_scroll with...
Robert Kukla
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-20
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
2006-11-13
Backdrop support for greyscale targets. WPS backdrop is untested.
Jens Arnold
2006-11-12
Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...
Jens Arnold
2006-11-10
H100/120: Split lcd driver into pixel format and device specific parts. Adjus...
Michael Sevakis