diff options
Diffstat (limited to 'apps/plugins/chopper.c')
| -rw-r--r-- | apps/plugins/chopper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 381b54a..d636b2d 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -618,7 +618,7 @@ static int chopMenu(int menunum) { "Steep", -1 }, }; -#if HAVE_LCD_COLOR +#ifdef HAVE_LCD_COLOR rb->lcd_set_foreground(LCD_WHITE); rb->lcd_set_background(LCD_BLACK); #elif LCD_DEPTH == 2 @@ -920,7 +920,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) #if LCD_DEPTH > 1 rb->lcd_set_backdrop(NULL); #endif -#if HAVE_LCD_COLOR +#ifdef HAVE_LCD_COLOR rb->lcd_set_background(LCD_BLACK); rb->lcd_set_foreground(LCD_WHITE); #endif |