summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-01-22 04:24:26 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-01-22 04:24:26 +0000
commitd3a03b679f196be076043d475b9512338fd6c8bb (patch)
treec4c57a157a46d09a7037c39e290182a8c43deb71 /firmware/export/lcd-remote.h
parentbfe740712a3513dbb4143336cbc5e9aaab09d732 (diff)
downloadrockbox-d3a03b679f196be076043d475b9512338fd6c8bb.tar.gz
rockbox-d3a03b679f196be076043d475b9512338fd6c8bb.zip
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/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 2795c7b90d..8e5fa950b1 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -37,13 +37,11 @@ extern void lcd_remote_emireduce(bool state);
37extern void lcd_remote_clear_display(void); 37extern void lcd_remote_clear_display(void);
38extern void lcd_remote_puts(int x, int y, const unsigned char *string); 38extern void lcd_remote_puts(int x, int y, const unsigned char *string);
39extern void lcd_remote_puts_style(int x, int y, const unsigned char *string, 39extern void lcd_remote_puts_style(int x, int y, const unsigned char *string,
40 int style); 40 int style);
41extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str, int offset); 41extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str, int offset);
42extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, int style, int offset); 42extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, int style, int offset);
43
44extern void lcd_remote_putc(int x, int y, unsigned short ch); 43extern void lcd_remote_putc(int x, int y, unsigned short ch);
45extern void lcd_remote_stop_scroll(void); 44extern void lcd_remote_stop_scroll(void);
46
47extern void lcd_remote_scroll_speed(int speed); 45extern void lcd_remote_scroll_speed(int speed);
48extern void lcd_remote_scroll_delay(int ms); 46extern void lcd_remote_scroll_delay(int ms);
49extern void lcd_remote_puts_scroll(int x, int y, const unsigned char* string); 47extern void lcd_remote_puts_scroll(int x, int y, const unsigned char* string);