New plugin: Resistor code calculator
Flyspray: FS#11585 Author: Calvin Walden git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28191 a1c6a512-1295-4272-9138-f99709370657
|
|
@ -73,6 +73,7 @@ ppmviewer,viewers
|
|||
properties,viewers
|
||||
random_folder_advance_config,apps
|
||||
remote_control,apps
|
||||
resistor,apps
|
||||
reversi,games
|
||||
robotfindskitten,games
|
||||
rockblox,games
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ dice.c
|
|||
disktidy.c
|
||||
flipit.c
|
||||
shopper.c
|
||||
resistor.c
|
||||
|
||||
|
||||
#ifdef USB_ENABLE_HID
|
||||
|
|
|
|||
|
|
@ -886,5 +886,21 @@ pitch_notes.128x64x1.bmp
|
|||
#endif
|
||||
#endif /* Complex condition for pitch detector */
|
||||
|
||||
/* Resistor Calculator */
|
||||
#if (LCD_WIDTH >= 320)
|
||||
resistor.320x240x16.bmp
|
||||
#elif (LCD_WIDTH >= 240)
|
||||
resistor.240x400x16.bmp
|
||||
#elif (LCD_WIDTH >= 220)
|
||||
resistor.220x176x16.bmp
|
||||
#elif (LCD_WIDTH >= 176)
|
||||
resistor.176x220x16.bmp
|
||||
#elif (LCD_WIDTH >= 160)
|
||||
resistor.160x128x16.bmp
|
||||
#elif (LCD_WIDTH >= 132)
|
||||
resistor.132x80x16.bmp
|
||||
#elif (LCD_WIDTH >= 128)
|
||||
resistor.128x128x16.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
|
|||
BIN
apps/plugins/bitmaps/native/resistor.128x128x16.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
apps/plugins/bitmaps/native/resistor.132x80x16.bmp
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
apps/plugins/bitmaps/native/resistor.160x128x16.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
apps/plugins/bitmaps/native/resistor.176x220x16.bmp
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
apps/plugins/bitmaps/native/resistor.220x176x16.bmp
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
apps/plugins/bitmaps/native/resistor.240x400x16.bmp
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
apps/plugins/bitmaps/native/resistor.320x240x16.bmp
Normal file
|
After Width: | Height: | Size: 98 KiB |