forked from len0rd/rockbox
Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1a03c37947
commit
e49cade42d
3 changed files with 245 additions and 38 deletions
|
@ -29,6 +29,11 @@
|
|||
void xlcd_init(struct plugin_api* newrb);
|
||||
void xlcd_filltriangle(int x1, int y1, int x2, int y2, int x3, int y3);
|
||||
|
||||
void xlcd_scroll_left(int count);
|
||||
void xlcd_scroll_right(int count);
|
||||
void xlcd_scroll_up(int count);
|
||||
void xlcd_scroll_down(int count);
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
#endif /* __XLCD_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue