summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 251c6cb259..68b8bc4b93 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -259,7 +259,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
259 259
260#ifdef HAVE_LCD_CHARCELLS 260#ifdef HAVE_LCD_CHARCELLS
261 if (!pgfx_init(rb, 4, 2)) { 261 if (!pgfx_init(rb, 4, 2)) {
262 rb->splash(HZ*2, true, "Old LCD :("); 262 rb->splash(HZ*2, "Old LCD :(");
263 return PLUGIN_OK; 263 return PLUGIN_OK;
264 } 264 }
265#endif 265#endif