summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-player.c (follow)
Commit message (Expand)AuthorAge
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold2005-07-28
* Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold2005-06-23
* Removed more dead code; bugfix for cursor display in player simulator.Jens Arnold2005-05-08
* Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold2004-11-22
* Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold2004-11-11
* Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold2004-11-11
* Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2004-10-15
* Removed the Neo code. Nobody is interested in it.Björn Stenberg2004-09-20
* 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 4Jens Arnold2004-08-03
* More const policeing step 3Jens Arnold2004-08-03
* Fixed player buildsJens Arnold2004-08-01
* Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing2004-07-20
* Fixed player sim warningJens Arnold2004-04-21
* Unified usage of lcd transfer codeJens Arnold2004-04-21
* adjustments for NeoDaniel Stenberg2003-12-12
* Smarter jumpscroll.Mats Lidell2003-08-18
* Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg2003-07-09
* A bit faster update of Player simulator.Kjell Ericson2003-06-05
* Added "jump scroll delay" (for player).Kjell Ericson2003-05-27
* New feature for player: Jump scroll!Kjell Ericson2003-05-22
* 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