summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-player.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold1-1/+1
2004-11-11Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold1-1/+7
2004-11-11Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold1-2/+109
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold1-4/+10
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg1-46/+0
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2004-08-03More const policeing step 4Jens Arnold1-1/+1
2004-08-03More const policeing step 3Jens Arnold1-3/+3
2004-08-01Fixed player buildsJens Arnold1-2/+2
2004-07-20Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing1-0/+3
2004-04-21Fixed player sim warningJens Arnold1-2/+3
2004-04-21Unified usage of lcd transfer codeJens Arnold1-17/+19
2003-12-12adjustments for NeoDaniel Stenberg1-3/+51
2003-08-18Smarter jumpscroll.Mats Lidell1-3/+18
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg1-0/+7
2003-06-05A bit faster update of Player simulator.Kjell Ericson1-1/+0
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson1-9/+24
2003-05-22New feature for player: Jump scroll!Kjell Ericson1-13/+52
2003-01-29bring back the functionality with the conditional update on remove cursorDaniel Stenberg1-1/+2
2003-01-29Major Code Police raid strike-down.Daniel Stenberg1-98/+114
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson1-8/+19
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson1-1/+34
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2003-01-23Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson1-59/+0
2003-01-22Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson1-6/+6
2003-01-21Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson1-10/+11
2003-01-20Export info about the charset.Mats Lidell1-1/+1
2003-01-14Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson1-0/+1
2003-01-14Bidirectional scroll ala recorder.Mats Lidell1-1/+7
2003-01-13Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson1-1/+1
2003-01-13Resolved last_pat and last_used_pat.Mats Lidell1-2/+2
2003-01-10Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson1-1/+1
2003-01-10Bugfix of the bidirectional scrolling.Kjell Ericson1-7/+6
2003-01-10Fixed spelling misstakes.Kjell Ericson1-4/+4
2003-01-10Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson1-2/+10
2003-01-10Bidirectional scrolling implemented. The text will go back and forthKjell Ericson1-27/+45
2003-01-10Fixed the scroll_delay.Kjell Ericson1-17/+10
2003-01-10Changed debug code.Kjell Ericson1-2/+1
2003-01-10Removed warnings.Kjell Ericson1-2/+2
2003-01-10Implementing the Rocklatin character set for Rockbox player.Kjell Ericson1-119/+265
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg1-3/+8
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson1-1/+1
2002-10-21Added multiline scroll support.Markus Braun1-37/+146
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell1-7/+8
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing1-23/+44
2002-10-11Simulator icons not needed.Mats Lidell1-4/+0
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg1-0/+348