summaryrefslogtreecommitdiff
path: root/apps/plugins/maze.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/maze.c')
-rw-r--r--apps/plugins/maze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/maze.c b/apps/plugins/maze.c
index c9fe174717..63ec7ec891 100644
--- a/apps/plugins/maze.c
+++ b/apps/plugins/maze.c
@@ -484,7 +484,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
484 484
485#if LCD_DEPTH > 1 485#if LCD_DEPTH > 1
486 rb->lcd_set_backdrop(NULL); 486 rb->lcd_set_backdrop(NULL);
487 rb->lcd_set_background(LCD_DEFAULT_BG); 487 rb->lcd_set_background(LCD_RGBPACK(182, 198, 229)); /* rockbox blue */
488#if LCD_DEPTH >= 16 488#if LCD_DEPTH >= 16
489 rb->lcd_set_foreground( LCD_RGBPACK( 0, 0, 0)); 489 rb->lcd_set_foreground( LCD_RGBPACK( 0, 0, 0));
490#elif LCD_DEPTH == 2 490#elif LCD_DEPTH == 2