summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-player.c (follow)
Commit message (Expand)AuthorAge
* bring back the functionality with the conditional update on remove cursorDaniel Stenberg2003-01-29
* Major Code Police raid strike-down.Daniel Stenberg2003-01-29
* Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson2003-01-29
* Added a "cursor"-function for the keyvoard.Kjell Ericson2003-01-27
* 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
* Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson2003-01-22
* Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson2003-01-21
* Export info about the charset.Mats Lidell2003-01-20
* Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2003-01-14
* Bidirectional scroll ala recorder.Mats Lidell2003-01-14
* Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson2003-01-13
* Resolved last_pat and last_used_pat.Mats Lidell2003-01-13
* Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson2003-01-10
* Bugfix of the bidirectional scrolling.Kjell Ericson2003-01-10
* Fixed spelling misstakes.Kjell Ericson2003-01-10
* Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson2003-01-10
* Bidirectional scrolling implemented. The text will go back and forthKjell Ericson2003-01-10
* Fixed the scroll_delay.Kjell Ericson2003-01-10
* Changed debug code.Kjell Ericson2003-01-10
* Removed warnings.Kjell Ericson2003-01-10
* Implementing the Rocklatin character set for Rockbox player.Kjell Ericson2003-01-10
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson2002-10-28
* Added multiline scroll support.Markus Braun2002-10-21
* Undefined functions supplied for simulator in lcd-playersim.cMats Lidell2002-10-18
* The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing2002-10-15
* Simulator icons not needed.Mats Lidell2002-10-11
* Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg2002-09-23