summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-07-07 00:05:29 +0000
committerJens Arnold <amiconn@rockbox.org>2005-07-07 00:05:29 +0000
commitd7f94393533a47597e3786b2687877f2b601b3d4 (patch)
treeba24a08cc34767bb9648aaaf28ad7a8c3387d99b /firmware
parentf894a4c2691fbde1758a05407cb5eadcaec4a6c8 (diff)
downloadrockbox-d7f94393533a47597e3786b2687877f2b601b3d4.tar.gz
rockbox-d7f94393533a47597e3786b2687877f2b601b3d4.zip
Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7047 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/lcd-remote.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 17025a7421..f2285026c1 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -86,5 +86,8 @@ extern void lcd_remote_invertscroll(int x, int y);
86extern void lcd_remote_bidir_scroll(int threshold); 86extern void lcd_remote_bidir_scroll(int threshold);
87extern void lcd_remote_scroll_step(int pixels); 87extern void lcd_remote_scroll_step(int pixels);
88 88
89#define lcd_remote_mono_bitmap lcd_remote_bitmap
90#define lcd_remote_mono_bitmap_part lcd_remote_bitmap_part
91
89#endif 92#endif
90#endif 93#endif