summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES6
-rw-r--r--apps/plugins/bitmaps/native/resistor.132x80x16.bmpbin7974 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/resistor.68x20x16.bmpbin0 -> 4134 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 6b51cdb..598f759 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -897,10 +897,10 @@ resistor.220x176x16.bmp
resistor.176x220x16.bmp
#elif (LCD_WIDTH >= 160)
resistor.160x128x16.bmp
-#elif (LCD_WIDTH >= 132)
-resistor.132x80x16.bmp
-#elif (LCD_WIDTH >= 128)
+#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
resistor.128x128x16.bmp
+#else
+resistor.68x20x16.bmp
#endif
#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp b/apps/plugins/bitmaps/native/resistor.132x80x16.bmp
deleted file mode 100644
index 1401e4f..0000000
--- a/apps/plugins/bitmaps/native/resistor.132x80x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/resistor.68x20x16.bmp b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp
new file mode 100644
index 0000000..6d90caf
--- /dev/null
+++ b/apps/plugins/bitmaps/native/resistor.68x20x16.bmp
Binary files differ