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