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-charcell.c
Age
Commit message (
Expand
)
Author
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
2009-07-14
FS#10080
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2007-07-28
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2007-04-06
Player: Only use one software definable character for different characters us...
Jens Arnold
2007-04-01
for WPS files with many lines the current wps code will call puts_scroll with...
Robert Kukla
2007-03-31
Player: Make cursor blinking rate almost independent from scroll speed.
Jens Arnold
2007-03-31
Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...
Jens Arnold
2007-03-31
Player: Fixed bug where strings which are only a bit too long wouldn't scroll.
Jens Arnold
2007-03-29
Player: Save a bit of space by only using 7 bytes/char in the glyph table.
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