summaryrefslogtreecommitdiff
path: root/apps/plugins/spacerocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/spacerocks.c')
-rw-r--r--apps/plugins/spacerocks.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c
index 778733c78e..d4fc45f754 100644
--- a/apps/plugins/spacerocks.c
+++ b/apps/plugins/spacerocks.c
@@ -604,13 +604,16 @@ static bool spacerocks_help(void)
604 }; 604 };
605 static struct style_text formation[]={ 605 static struct style_text formation[]={
606 { 0, TEXT_CENTER|TEXT_UNDERLINE }, 606 { 0, TEXT_CENTER|TEXT_UNDERLINE },
607 { 2, C_RED } 607 { 2, C_RED },
608 { -1, 0 }
608 }; 609 };
610#ifdef HAVE_LCD_COLOR
611 rb->lcd_set_background(LCD_BLACK);
612 rb->lcd_set_foreground(LCD_WHITE);
613#endif
609 int button; 614 int button;
610
611 if (display_text(WORDS, help_text, formation, NULL)==PLUGIN_USB_CONNECTED) 615 if (display_text(WORDS, help_text, formation, NULL)==PLUGIN_USB_CONNECTED)
612 return true; 616 return true;
613
614 do { 617 do {
615 button = rb->button_get(true); 618 button = rb->button_get(true);
616 if (button == SYS_USB_CONNECTED) { 619 if (button == SYS_USB_CONNECTED) {