summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 623046a4b0..fea7b21529 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -83,7 +83,7 @@
83#include "widgets.h" 83#include "widgets.h"
84#endif 84#endif
85 85
86#ifdef HAVE_LCD_COLOR 86#if LCD_DEPTH > 1
87#include "backdrop.h" 87#include "backdrop.h"
88#endif 88#endif
89 89
@@ -118,7 +118,7 @@ const struct filetype filetypes[] = {
118#ifdef HAVE_REMOTE_LCD 118#ifdef HAVE_REMOTE_LCD
119 { "rwps", TREE_ATTR_RWPS, Icon_Wps, VOICE_EXT_RWPS }, 119 { "rwps", TREE_ATTR_RWPS, Icon_Wps, VOICE_EXT_RWPS },
120#endif 120#endif
121#ifdef HAVE_LCD_COLOR 121#if LCD_DEPTH > 1
122 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, 122 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
123#endif 123#endif
124#ifdef CONFIG_TUNER 124#ifdef CONFIG_TUNER
@@ -966,7 +966,7 @@ static bool dirbrowse(void)
966#endif 966#endif
967 reload_dir = true; 967 reload_dir = true;
968#endif 968#endif
969#ifdef HAVE_LCD_COLOR 969#if LCD_DEPTH > 1
970 show_main_backdrop(); 970 show_main_backdrop();
971#endif 971#endif
972#ifdef HAVE_TAGCACHE 972#ifdef HAVE_TAGCACHE