forked from len0rd/rockbox
New font format (already rotated) saves code, space and time. On the downside this new format is incompatible, so get the new fonts, too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5015 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
033ba1669b
commit
5d36aaf249
5 changed files with 169 additions and 167 deletions
|
|
@ -37,7 +37,7 @@
|
|||
void gray_putsxy(int x, int y, const unsigned char *str)
|
||||
{
|
||||
int ch, width;
|
||||
bitmap_t *bits;
|
||||
unsigned char *bits;
|
||||
struct font *pf = _graybuf->curfont;
|
||||
|
||||
if ((unsigned) x >= (unsigned) _graybuf->width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue