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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 4eb366dc6e..5bcecce33b 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -1943,6 +1943,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
1943 rb = api; 1943 rb = api;
1944 1944
1945 rb->lcd_setfont(FONT_SYSFIXED); 1945 rb->lcd_setfont(FONT_SYSFIXED);
1946#if LCD_DEPTH > 1
1947 rb->lcd_set_backdrop(NULL);
1948#endif
1946 /* Permanently enable the backlight (unless the user has turned it off) */ 1949 /* Permanently enable the backlight (unless the user has turned it off) */
1947 if (rb->global_settings->backlight_timeout > 0) 1950 if (rb->global_settings->backlight_timeout > 0)
1948 rb->backlight_set_timeout(1); 1951 rb->backlight_set_timeout(1);