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-recorder.c
Age
Commit message (
Expand
)
Author
2004-07-13
Removed lvalue cast, which generates warnings on newer gcc versions
Linus Nielsen Feltzing
2004-07-09
Simplified the recorder scrolling code a little
Linus Nielsen Feltzing
2004-05-15
Fixed a warning
Jens Arnold
2004-05-15
TABs again...
Jens Arnold
2004-05-14
Fixed lcd_putsxyofs() for the new lcd_bitmap()
Jens Arnold
2004-05-14
Some TAB characters slipped in...
Jens Arnold
2004-05-14
Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...
Jens Arnold
2004-04-21
Unified usage of lcd transfer code
Jens Arnold
2004-01-13
Craig Sather's patch #849405:
Daniel Stenberg
2003-12-24
oops, optimized lcd_bitmap() too much, obey the clear flag
Jörg Hohensohn
2003-12-23
Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...
Jörg Hohensohn
2003-12-15
xoffset is only when not building for a simulator (for now)
Daniel Stenberg
2003-12-12
LCD flip (upside down) and a high-performance blit function
Jörg Hohensohn
2003-12-10
Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...
Hardeep Sidhu
2003-07-09
Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...
Björn Stenberg
2003-06-26
init the LCD, needed for cold start (from flash)
Jörg Hohensohn
2003-04-16
Magnus Öman's long awaited inverted cursor patch
Linus Nielsen Feltzing
2003-02-27
New option: Invert display. Patch by Mark Hillebrand.
Björn Stenberg
2003-02-23
Code Police is never wrong. Ugh!
Björn Stenberg
2003-02-07
Include File Cleanup And Move-Around Party 2003.
Daniel Stenberg
2003-01-28
Scrolling business is my name and scrolling is what I do when I don't crash
Daniel Stenberg
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2003-01-23
Removed lcd_scroll_pause() and lcd_scroll_resume().
Kjell Ericson
2003-01-14
reverted kjer's lcd_clear_display() change that stops the scroll
Daniel Stenberg
2003-01-14
Stop scrolling text when lcd_clear_display() has been called.
Kjell Ericson
2002-12-12
Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...
Björn Stenberg
2002-10-30
Some peak meter optimizations
Linus Nielsen Feltzing
2002-10-21
Added multiline scroll support.
Markus Braun
2002-10-11
declare the lcd_framebuffer "nicer" in the #ifdef
Daniel Stenberg
2002-10-01
Support getting width OR height of string
Björn Stenberg
2002-09-24
New scroll code by Björn Fischer.
Björn Stenberg
2002-09-24
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-24
Corrected the ones[] and zeros[] arrays
Linus Nielsen Feltzing
2002-09-23
Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...
Björn Stenberg
[prev]