diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-06-28 23:15:47 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-28 23:15:47 +0000 |
| commit | 7e11acbce9b9a63c28ded055d02301175391e027 (patch) | |
| tree | ea8d30e7281e8d720d6dc8ea51804e1749282697 /apps/plugin.c | |
| parent | c2bf5dfe12978b44d5d890a37f256c8d9f510660 (diff) | |
| download | rockbox-7e11acbce9b9a63c28ded055d02301175391e027.zip rockbox-7e11acbce9b9a63c28ded055d02301175391e027.tar.gz rockbox-7e11acbce9b9a63c28ded055d02301175391e027.tar.bz2 rockbox-7e11acbce9b9a63c28ded055d02301175391e027.tar.xz | |
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6906 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index fb9da5b..2a8d2c0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -110,8 +110,11 @@ static const struct plugin_api rockbox_api = { lcd_getstringsize, lcd_drawpixel, lcd_drawline, + lcd_hline, + lcd_vline, lcd_drawrect, lcd_fillrect, + lcd_bitmap_part, lcd_bitmap, lcd_putsxy, lcd_puts_style, |