summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 923e3e9750..6b51cdb078 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -886,5 +886,21 @@ pitch_notes.128x64x1.bmp
886#endif 886#endif
887#endif /* Complex condition for pitch detector */ 887#endif /* Complex condition for pitch detector */
888 888
889/* Resistor Calculator */
890#if (LCD_WIDTH >= 320)
891resistor.320x240x16.bmp
892#elif (LCD_WIDTH >= 240)
893resistor.240x400x16.bmp
894#elif (LCD_WIDTH >= 220)
895resistor.220x176x16.bmp
896#elif (LCD_WIDTH >= 176)
897resistor.176x220x16.bmp
898#elif (LCD_WIDTH >= 160)
899resistor.160x128x16.bmp
900#elif (LCD_WIDTH >= 132)
901resistor.132x80x16.bmp
902#elif (LCD_WIDTH >= 128)
903resistor.128x128x16.bmp
904#endif
889 905
890#endif /* HAVE_LCD_BITMAP */ 906#endif /* HAVE_LCD_BITMAP */