diff options
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index d98e147..40ed6b0 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -237,7 +237,7 @@ flipit_tokens.25x50x2.bmp #else /* monochrome */ #if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 flipit_tokens.28x56x1.bmp -#if LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 +#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 flipit_tokens.16x26x1.bmp #endif #endif |