forked from len0rd/rockbox
FS#12273 - use buflib for font storage. thanks to the testers :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30589 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f323300b82
commit
aa0f4a4bbe
37 changed files with 410 additions and 404 deletions
|
@ -28,9 +28,11 @@
|
|||
|
||||
#if defined(HAVE_REMOTE_LCD) && !defined (ROCKBOX_HAS_LOGF)
|
||||
#define NB_SCREENS 2
|
||||
void screen_helper_remote_setfont(int font);
|
||||
#else
|
||||
#define NB_SCREENS 1
|
||||
#endif
|
||||
void screen_helper_setfont(int font);
|
||||
|
||||
#if NB_SCREENS == 1
|
||||
#define FOR_NB_SCREENS(i) i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue