summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 61d0f17bf1..034ac9c770 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -779,11 +779,16 @@ static int brickmania_help(void)
779 { 67, C_GREEN }, 779 { 67, C_GREEN },
780 { 74, C_YELLOW }, 780 { 74, C_YELLOW },
781 { 80, C_RED }, 781 { 80, C_RED },
782 { -1, 0 }
782 }; 783 };
783 784
785#ifdef HAVE_LCD_COLOR
786 rb->lcd_set_background(LCD_BLACK);
787 rb->lcd_set_foreground(LCD_WHITE);
788#endif
789 int button;
784 if (display_text(WORDS, help_text, formation, NULL)==PLUGIN_USB_CONNECTED) 790 if (display_text(WORDS, help_text, formation, NULL)==PLUGIN_USB_CONNECTED)
785 return PLUGIN_USB_CONNECTED; 791 return PLUGIN_USB_CONNECTED;
786 int button;
787 do { 792 do {
788 button = rb->button_get(true); 793 button = rb->button_get(true);
789 if (button == SYS_USB_CONNECTED) { 794 if (button == SYS_USB_CONNECTED) {