summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/zxbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/zxbox.c')
-rw-r--r--apps/plugins/zxbox/zxbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/zxbox.c b/apps/plugins/zxbox/zxbox.c
index eb177a090e..54a11d010e 100644
--- a/apps/plugins/zxbox/zxbox.c
+++ b/apps/plugins/zxbox/zxbox.c
@@ -72,6 +72,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
72#if CODEC == SWCODEC && !defined SIMULATOR 72#if CODEC == SWCODEC && !defined SIMULATOR
73 rb->pcm_play_stop(); 73 rb->pcm_play_stop();
74#endif 74#endif
75 rb->lcd_set_backdrop(NULL);
75 rb->splash(HZ, true, "Welcome to ZXBox"); 76 rb->splash(HZ, true, "Welcome to ZXBox");
76 77
77#ifdef USE_IRAM 78#ifdef USE_IRAM