From 0d9b7ec73e71188632a4fd584dfd745aeb7571b3 Mon Sep 17 00:00:00 2001 From: Johannes Schwarz Date: Thu, 23 Jul 2009 17:45:33 +0000 Subject: Fix wrong text colour in help, adapt pegbox manual to r21867 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22016 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/plugins/brickmania.c') 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) { 67, C_GREEN }, { 74, C_YELLOW }, { 80, C_RED }, + { -1, 0 } }; +#ifdef HAVE_LCD_COLOR + rb->lcd_set_background(LCD_BLACK); + rb->lcd_set_foreground(LCD_WHITE); +#endif + int button; if (display_text(WORDS, help_text, formation, NULL)==PLUGIN_USB_CONNECTED) return PLUGIN_USB_CONNECTED; - int button; do { button = rb->button_get(true); if (button == SYS_USB_CONNECTED) { -- cgit v1.2.3