summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 7b70ab748c..c0c6a943ce 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -454,7 +454,7 @@ struct user_settings
454 bool dithering_enabled; 454 bool dithering_enabled;
455#endif 455#endif
456 456
457#ifdef HAVE_LCD_COLOR 457#if LCD_DEPTH > 1
458 unsigned char backdrop_file[MAX_FILENAME+1]; /* backdrop bitmap file */ 458 unsigned char backdrop_file[MAX_FILENAME+1]; /* backdrop bitmap file */
459#endif 459#endif
460 460