summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-08-28 21:46:18 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-08-28 21:46:18 +0000
commit0f063b7d725e2c418aa0fb6f06193c79cc9ebea6 (patch)
tree706a782ecdb656a3a59fb70d1ac185a3f9f34286 /firmware/export/lcd-remote.h
parente78a12bca72cb5b1d559cda0fc68bd324017f9b0 (diff)
downloadrockbox-0f063b7d725e2c418aa0fb6f06193c79cc9ebea6.tar.gz
rockbox-0f063b7d725e2c418aa0fb6f06193c79cc9ebea6.zip
Implement lcd(_remote)_putsxyf() and export to plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27921 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 62e82ca6ac..5b96863536 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -178,6 +178,7 @@ extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x,
178extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y, 178extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y,
179 int width, int height); 179 int width, int height);
180extern void lcd_remote_putsxy(int x, int y, const unsigned char *str); 180extern void lcd_remote_putsxy(int x, int y, const unsigned char *str);
181extern void lcd_remote_putsxyf(int x, int y, const unsigned char *fmt, ...);
181 182
182extern void lcd_remote_bidir_scroll(int threshold); 183extern void lcd_remote_bidir_scroll(int threshold);
183extern void lcd_remote_scroll_step(int pixels); 184extern void lcd_remote_scroll_step(int pixels);