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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index bd467bcade..023b442295 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -188,6 +188,7 @@ struct plugin_api { struct user_settings* global_settings; struct system_status *global_status; unsigned char **language_strings; + const struct cbmp_bitmap_info_entry *core_bitmaps; /* lcd */ void (*splash)(int ticks, const char *str); @@ -700,7 +701,7 @@ struct plugin_api { void (*dsp_eq_enable)(bool enable); void (*dsp_dither_enable)(bool enable); #ifdef HAVE_PITCHCONTROL - void (*dsp_set_timestretch)(int32_t percent); + void (*dsp_set_timestretch)(int32_t percent); #endif intptr_t (*dsp_configure)(struct dsp_config *dsp, unsigned int setting, intptr_t value); -- cgit v1.2.3