summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox')
-rw-r--r--apps/plugins/chessbox/chessbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index d82ac9e181..3a69fc999a 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -643,7 +643,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
643 /* plugin init */ 643 /* plugin init */
644 (void)parameter; 644 (void)parameter;
645 rb = api; 645 rb = api;
646#if LCD_DEPTH > 1
646 rb->lcd_set_backdrop(NULL); 647 rb->lcd_set_backdrop(NULL);
648#endif
647 /* end of plugin init */ 649 /* end of plugin init */
648 650
649 /* load opening book, soon */ 651 /* load opening book, soon */