diff options
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r-- | apps/settings_menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c index ab19c820be..8f9fbe1c62 100644 --- a/apps/settings_menu.c +++ b/apps/settings_menu.c | |||
@@ -344,7 +344,7 @@ static bool contrast(void) | |||
344 | #endif /* HAVE_LCD_CONTRAST */ | 344 | #endif /* HAVE_LCD_CONTRAST */ |
345 | 345 | ||
346 | #ifdef HAVE_LCD_BITMAP | 346 | #ifdef HAVE_LCD_BITMAP |
347 | #ifndef HAVE_LCD_COLOR | 347 | #ifdef HAVE_LCD_INVERT |
348 | /** | 348 | /** |
349 | * Menu to set LCD Mode (normal/inverse) | 349 | * Menu to set LCD Mode (normal/inverse) |
350 | */ | 350 | */ |
@@ -357,7 +357,7 @@ static bool invert(void) | |||
357 | lcd_set_invert_display); | 357 | lcd_set_invert_display); |
358 | return rc; | 358 | return rc; |
359 | } | 359 | } |
360 | #endif /* HAVE_LCD_COLOR */ | 360 | #endif /* HAVE_LCD_INVERT */ |
361 | 361 | ||
362 | #ifdef HAVE_LCD_FLIP | 362 | #ifdef HAVE_LCD_FLIP |
363 | /** | 363 | /** |
@@ -1868,7 +1868,7 @@ static bool lcd_settings_menu(void) | |||
1868 | { ID2P(LANG_CONTRAST), contrast }, | 1868 | { ID2P(LANG_CONTRAST), contrast }, |
1869 | #endif | 1869 | #endif |
1870 | #ifdef HAVE_LCD_BITMAP | 1870 | #ifdef HAVE_LCD_BITMAP |
1871 | #ifndef HAVE_LCD_COLOR | 1871 | #ifdef HAVE_LCD_INVERT |
1872 | { ID2P(LANG_INVERT), invert }, | 1872 | { ID2P(LANG_INVERT), invert }, |
1873 | #endif | 1873 | #endif |
1874 | #ifdef HAVE_LCD_FLIP | 1874 | #ifdef HAVE_LCD_FLIP |