diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-15 12:55:31 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-15 12:55:31 +0000 |
| commit | c63430e93523c090cd12002ad00d1cdb078ba07d (patch) | |
| tree | 7596247baa347c6306a9510271d6f947c26e42b3 /firmware/export | |
| parent | 7e01562114e447212680054acb20bf4a51e15321 (diff) | |
| download | rockbox-c63430e93523c090cd12002ad00d1cdb078ba07d.zip rockbox-c63430e93523c090cd12002ad00d1cdb078ba07d.tar.gz rockbox-c63430e93523c090cd12002ad00d1cdb078ba07d.tar.bz2 rockbox-c63430e93523c090cd12002ad00d1cdb078ba07d.tar.xz | |
IRiver: extended plugin api with current remote lcd functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6295 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/lcd-remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 13fcbe1..04f55a4 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -40,6 +40,7 @@ extern void lcd_remote_set_invert_display(bool yesno); extern int lcd_remote_default_contrast(void); extern void lcd_remote_bitmap (const unsigned char *src, int x, int y, int nx, int ny, bool clear); +extern void lcd_remote_update(void); #endif #endif |