1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Frank Gevaerts 2010-10-02 14:11:40 +00:00
parent 86de79171b
commit ad6c8c1a72
27 changed files with 1199 additions and 0 deletions

View file

@ -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 */