summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-player.c
AgeCommit message (Expand)Author
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where i...Jens Arnold
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold
2005-05-08Removed more dead code; bugfix for cursor display in player simulator.Jens Arnold
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold
2004-11-11Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold
2004-11-11Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-08-03More const policeing step 3Jens Arnold
2004-08-01Fixed player buildsJens Arnold
2004-07-20Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing
2004-04-21Fixed player sim warningJens Arnold
2004-04-21Unified usage of lcd transfer codeJens Arnold
2003-12-12adjustments for NeoDaniel Stenberg
2003-08-18Smarter jumpscroll.Mats Lidell
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg
2003-06-05A bit faster update of Player simulator.Kjell Ericson
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson
2003-05-22New feature for player: Jump scroll!Kjell Ericson
2003-01-29bring back the functionality with the conditional update on remove cursorDaniel Stenberg
2003-01-29Major Code Police raid strike-down.Daniel Stenberg
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson
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-22Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson
2003-01-21Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson
2003-01-20Export info about the charset.Mats Lidell
2003-01-14Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson
2003-01-14Bidirectional scroll ala recorder.Mats Lidell
2003-01-13Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson
2003-01-13Resolved last_pat and last_used_pat.Mats Lidell
2003-01-10Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson
2003-01-10Bugfix of the bidirectional scrolling.Kjell Ericson
2003-01-10Fixed spelling misstakes.Kjell Ericson
2003-01-10Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson
2003-01-10Bidirectional scrolling implemented. The text will go back and forthKjell Ericson
2003-01-10Fixed the scroll_delay.Kjell Ericson
2003-01-10Changed debug code.Kjell Ericson
2003-01-10Removed warnings.Kjell Ericson
2003-01-10Implementing the Rocklatin character set for Rockbox player.Kjell Ericson
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson
2002-10-21Added multiline scroll support.Markus Braun
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell