diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2006-01-22 04:24:26 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2006-01-22 04:24:26 +0000 |
| commit | d3a03b679f196be076043d475b9512338fd6c8bb (patch) | |
| tree | c4c57a157a46d09a7037c39e290182a8c43deb71 /firmware/export | |
| parent | bfe740712a3513dbb4143336cbc5e9aaab09d732 (diff) | |
| download | rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.zip rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.tar.gz rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.tar.bz2 rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.tar.xz | |
Horizontal screen scrolling part 3 (by Shachar Liberman)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/lcd-remote.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 2795c7b..8e5fa95 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -37,13 +37,11 @@ extern void lcd_remote_emireduce(bool state); extern void lcd_remote_clear_display(void); extern void lcd_remote_puts(int x, int y, const unsigned char *string); extern void lcd_remote_puts_style(int x, int y, const unsigned char *string, - int style); + int style); extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str, int offset); extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, int style, int offset); - extern void lcd_remote_putc(int x, int y, unsigned short ch); extern void lcd_remote_stop_scroll(void); - extern void lcd_remote_scroll_speed(int speed); extern void lcd_remote_scroll_delay(int ms); extern void lcd_remote_puts_scroll(int x, int y, const unsigned char* string); |