From b56372bbcb016376cf841fb81b1107832a3fada1 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 19 Aug 2021 22:00:36 -0400 Subject: Plugin Api add core bitmaps share all the core icons with plugins these are all small mono icons like usb plug icon or play, fast forward, rewind icons --include the icon_helper function Change-Id: I385028815a4dd368515f491a9e19dee3d500252d --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 4877c3d255..30269b39e7 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -178,7 +178,7 @@ static const struct plugin_api rockbox_api = { &global_settings, &global_status, language_strings, - + &core_bitmaps, /* lcd */ splash, splashf, -- cgit v1.2.3