summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c (follow)
Commit message (Expand)AuthorAge
* Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg2003-07-09
* init the LCD, needed for cold start (from flash)Jörg Hohensohn2003-06-26
* Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing2003-04-16
* New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg2003-02-27
* Code Police is never wrong. Ugh!Björn Stenberg2003-02-23
* Include File Cleanup And Move-Around Party 2003.Daniel Stenberg2003-02-07
* Scrolling business is my name and scrolling is what I do when I don't crashDaniel Stenberg2003-01-28
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson2003-01-23
* reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg2003-01-14
* Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2003-01-14
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* Some peak meter optimizationsLinus Nielsen Feltzing2002-10-30
* Added multiline scroll support.Markus Braun2002-10-21
* declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg2002-10-11
* Support getting width OR height of stringBjörn Stenberg2002-10-01
* New scroll code by Björn Fischer.Björn Stenberg2002-09-24
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg2002-09-24
* Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing2002-09-24
* Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg2002-09-23