forked from len0rd/rockbox
Font support, several speed and size tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2cf4f47005
commit
512079f944
2 changed files with 149 additions and 67 deletions
|
@ -75,6 +75,10 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny,
|
|||
int stride, bool draw_bg, int fg_brightness,
|
||||
int bg_brightness);
|
||||
|
||||
/* font support */
|
||||
void gray_setfont(int newfont);
|
||||
int gray_getstringsize(unsigned char *str, int *w, int *h);
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* __GRAY_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue