summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 36caf6e4dc..54c0917cda 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -253,8 +253,8 @@ static const char graphic_numeric[] = "graphic,numeric";
253 #define DEFAULT_ICONSET "tango_icons.12x12" 253 #define DEFAULT_ICONSET "tango_icons.12x12"
254 #define DEFAULT_VIEWERS_ICONSET "tango_icons_viewers.12x12" 254 #define DEFAULT_VIEWERS_ICONSET "tango_icons_viewers.12x12"
255 #endif 255 #endif
256#elif LCD_DEPTH <= 2 /* greyscale */ 256#elif LCD_DEPTH > 1 /* greyscale */
257 #define DEFAULT_ICONSET "tango_small_grey" 257 #define DEFAULT_ICONSET "tango_small_mono"
258 #define DEFAULT_VIEWERS_ICONSET "tango_small_viewers_mono" 258 #define DEFAULT_VIEWERS_ICONSET "tango_small_viewers_mono"
259#else /* monochrome */ 259#else /* monochrome */
260 #define DEFAULT_ICONSET "" 260 #define DEFAULT_ICONSET ""