summaryrefslogtreecommitdiffstats
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/theme_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c
index 4aceb83291..f5af1c7b78 100644
--- a/apps/menus/theme_menu.c
+++ b/apps/menus/theme_menu.c
@@ -40,7 +40,7 @@
#include "statusbar-skinned.h"
#include "skin_engine/skin_engine.h"
-#if LCD_DEPTH > 1
+#ifdef HAVE_BACKDROP_IMAGE
/**
* Menu to clear the backdrop image
*/
@@ -387,7 +387,7 @@ MAKE_MENU(theme_menu, ID2P(LANG_THEME_MENU),
&browse_rsbs,
#endif
&show_icons,
-#if LCD_DEPTH > 1
+#ifdef HAVE_BACKDROP_IMAGE
&clear_main_bd,
#endif
#ifdef HAVE_LCD_BITMAP