forked from len0rd/rockbox
Databox: Added crude print() function, and enabled building on all targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0b12e685e
commit
68ffd8fd2f
3 changed files with 40 additions and 6 deletions
|
@ -29,8 +29,10 @@
|
|||
extern struct plugin_api* rb;
|
||||
|
||||
struct print {
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
struct font *fontfixed;
|
||||
int font_w,font_h;
|
||||
#endif
|
||||
int line;
|
||||
int position;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue