Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
b0fee17d6e1a463dcd84568e5997663b69488998
/
firmware
/
drivers
/
lcd-player.c
b0fee17
waiting is over: initial unicode commit
by Marcoen Hirschberg
· 19 years ago
05af280
Fixed scroll step settings >127 pixels not working (reported on irc). Changed some other LCD driver variables to the natural 'int', cuts down binary size on coldfire a bit. Cleaned up some more settings bits. Bumped config block version, so save your settings to a file before upgrading.
by Jens Arnold
· 19 years ago
6a556c1
Preparations for implementing the new graphics api: Ordered lcd bitmap driver defines, variables and functions by function groups. Centralised some definitions, code cleanup.
by Jens Arnold
· 19 years ago
ba4df32
Removed more dead code; bugfix for cursor display in player simulator.
by Jens Arnold
· 19 years ago
d4e5397
Renamed has_new_lcd() to is_new_player(), and got rid of the alias
by Jens Arnold
· 20 years ago
1710e38
Fixed the player sim. There is no SH1 hardware in the simulator...
by Jens Arnold
· 20 years ago
2e290d6
Important step towards player flashing: LCD inits for both new LCD (confirmed working) and old LCD.
by Jens Arnold
· 20 years ago
566eae2
Logarithmic scroll speed setting: speed doubles every 3 steps.
by Jens Arnold
· 20 years ago
57945b1
Removed the Neo code. Nobody is interested in it.
by Björn Stenberg
· 20 years ago
0ceaa5e
Const policed pointer arguments to functions, part 2
by Jens Arnold
· 20 years ago
c76c568
Const policed pointer arguments to functions, part 1
by Jens Arnold
· 20 years ago
9478cc6
More const policeing step 4
by Jens Arnold
· 20 years ago
2b0694c
More const policeing step 3
by Jens Arnold
· 20 years ago
1413f0c
Fixed player builds
by Jens Arnold
· 20 years ago
80ebaab
Extra LCD updates for the player LCD simulation
by Linus Nielsen Feltzing
· 20 years ago
1aa9cda
Fixed player sim warning
by Jens Arnold
· 20 years ago
38e8a11
Unified usage of lcd transfer code
by Jens Arnold
· 20 years ago
006b2c1
adjustments for Neo
by Daniel Stenberg
· 21 years ago
3798249
Smarter jumpscroll.
by Mats Lidell
· 21 years ago
067262d
Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_init sets default contrast until settings are read.
by Björn Stenberg
· 21 years ago
ffefc5d
A bit faster update of Player simulator.
by Kjell Ericson
· 21 years ago
6143eeb
Added "jump scroll delay" (for player).
by Kjell Ericson
· 21 years ago
53f156a
New feature for player: Jump scroll!
by Kjell Ericson
· 21 years ago
7b9edd6
bring back the functionality with the conditional update on remove cursor
by Daniel Stenberg
· 22 years ago
0c4a35f
Major Code Police raid strike-down. Fix yellow build.
by Daniel Stenberg
· 22 years ago
9d40f7e
Player changes: Added lcd_remove_cursor() and updated the cursor functionality.
by Kjell Ericson
· 22 years ago
565505a
Added a "cursor"-function for the keyvoard.
by Kjell Ericson
· 22 years ago
74cc9e4
Remove use of rockbox-mode.el in local variables list.
by Mats Lidell
· 22 years ago
f5d9584
Removed lcd_scroll_pause() and lcd_scroll_resume().
by Kjell Ericson
· 22 years ago
7f9d713
Changed name of lcd_do_puts() to lcd_puts_cont_scroll().
by Kjell Ericson
· 22 years ago
d618fb0
Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll at that line.
by Kjell Ericson
· 22 years ago
bd1fa21
Export info about the charset.
by Mats Lidell
· 22 years ago
75361e5
Stop scrolling text when lcd_clear_display() has been called.
by Kjell Ericson
· 22 years ago
4c7f70f
Bidirectional scroll ala recorder.
by Mats Lidell
· 22 years ago
fd07b69
Fixed the mapping between software mapped patterns and hardware LCD.
by Kjell Ericson
· 22 years ago
1a4fd1f
Resolved last_pat and last_used_pat.
by Mats Lidell
· 22 years ago
b113073
Bugfix2 of the bidirectional scroll. Sorry...
by Kjell Ericson
· 22 years ago
ac984ed
Bugfix of the bidirectional scrolling.
by Kjell Ericson
· 22 years ago
febc623
Fixed spelling misstakes.
by Kjell Ericson
· 22 years ago
4a197ec
Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it off.
by Kjell Ericson
· 22 years ago
54c8c71
Bidirectional scrolling implemented. The text will go back and forth
by Kjell Ericson
· 22 years ago
dc88e23
Fixed the scroll_delay.
by Kjell Ericson
· 22 years ago
3639325
Changed debug code.
by Kjell Ericson
· 22 years ago
a33d6b2
Removed warnings.
by Kjell Ericson
· 22 years ago
dd7f294
Implementing the Rocklatin character set for Rockbox player.
by Kjell Ericson
· 22 years ago
a2e98c1
Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll step size and scroll start delay.
by Björn Stenberg
· 22 years ago
c2280c1
The lcd_ascii-pointer is global for a while in order to be reachable from
by Kjell Ericson
· 22 years ago
bc254fe
Added multiline scroll support.
by Markus Braun
· 22 years ago
8ca78b6
Undefined functions supplied for simulator in lcd-playersim.c
by Mats Lidell
· 22 years ago
0a4b247
The player firmware now autodetects the LCD type. No need for two player versions anymore
by Linus Nielsen Feltzing
· 22 years ago
9138282
Simulator icons not needed.
by Mats Lidell
· 22 years ago
86f9a84
Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing.
by Björn Stenberg
· 22 years ago