diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-15 13:39:13 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-04-15 13:39:13 +0000 |
| commit | 4dabec4df763e3af175de3b4b370c0582e08a776 (patch) | |
| tree | 3d7e9ea22a30db01e7056aefbf52d1f74e5ac20b /apps/plugin.c | |
| parent | d0a94912bdee8ddb76816de0f51baf677721d53a (diff) | |
| download | rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.zip rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.gz rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.bz2 rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.xz | |
plugin to test remote lcd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6297 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e9274ad..0bcf17c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -138,6 +138,7 @@ static const struct plugin_api rockbox_api = { lcd_remote_backlight_off, lcd_remote_set_contrast, lcd_remote_update, + lcd_remote_bitmap, &lcd_remote_framebuffer[0][0], #endif /* button */ |