summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-03 16:33:23 +0200
committerThomas Martitz <kugel@rockbox.org>2013-12-14 23:11:30 +0100
commit1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8 (patch)
tree3ec44a4e6cfe4bfaab689e765ef3546d8dac730d /firmware/export/lcd-remote.h
parent47c8d3c14d8fdaf4749ef5e0380fb0c52140b5fb (diff)
downloadrockbox-1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8.tar.gz
rockbox-1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8.zip
scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api.
Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 6a3371fef2..74b668db3d 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -187,9 +187,6 @@ extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str,
187extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, 187extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,
188 int style, int x_offset, int y_offset); 188 int style, int x_offset, int y_offset);
189extern void lcd_remote_putc(int x, int y, unsigned short ch); 189extern void lcd_remote_putc(int x, int y, unsigned short ch);
190extern void lcd_remote_stop_scroll(void);
191extern void lcd_remote_scroll_speed(int speed);
192extern void lcd_remote_scroll_delay(int ms);
193extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str); 190extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str);
194extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str, 191extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str,
195 int style); 192 int style);