diff options
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 75b85d1..fde3255 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp /* Flip it */ #ifndef HAVE_LCD_COLOR -#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 +#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_cursor.28x28x1.bmp +#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_cursor.25x25x1.bmp #elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 flipit_cursor.16x13x1.bmp |