summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c (follow)
Commit message (Expand)AuthorAge
* Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2004-10-15
* Removed test code that shouldn't have been committed.Björn Stenberg2004-09-16
* Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg2004-09-16
* the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn2004-09-09
* Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold2004-08-27
* Fixed pointer types & struct fontJens Arnold2004-08-26
* New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn2004-08-26
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 3Jens Arnold2004-08-03
* More const policeing step 1Jens Arnold2004-08-01
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing2004-07-13
* Simplified the recorder scrolling code a littleLinus Nielsen Feltzing2004-07-09
* Fixed a warningJens Arnold2004-05-15
* TABs again...Jens Arnold2004-05-15
* Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold2004-05-14
* Some TAB characters slipped in...Jens Arnold2004-05-14
* Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold2004-05-14
* Unified usage of lcd transfer codeJens Arnold2004-04-21
* Craig Sather's patch #849405:Daniel Stenberg2004-01-13
* oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn2003-12-24
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* xoffset is only when not building for a simulator (for now)Daniel Stenberg2003-12-15
* LCD flip (upside down) and a high-performance blit functionJörg Hohensohn2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* 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