mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9736c0b63
commit
1bd072c92d
60 changed files with 736 additions and 478 deletions
|
|
@ -207,6 +207,13 @@ void screen_clear_area(struct screen * display, int xstart, int ystart,
|
|||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_TUNER
|
||||
bool radio_hardware_present(void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
static int loaded_fonts = 0;
|
||||
int font_load(struct font* pf, const char *path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue