Fix some incorrect colour-to-resistance results. The price is that sometimes the...
commitc27e42407e5353647c2a2b5ccd730a877c3ae9f4
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 13 Oct 2010 21:05:50 +0000 (13 21:05 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 13 Oct 2010 21:05:50 +0000 (13 21:05 +0000)
tree239ababdd84a9342e269c8e2e926b523cc478124
parent3e0d7768888f1dfec8d04ccc9e0cea576271a15a
Fix some incorrect colour-to-resistance results. The price is that sometimes the display is subobtimal (like "2000 Ohms" instead of "2 KOhms")

Ideally, unit prefixes (K, M,...) should be calculated separately, but the largest resistance we can handle is 99 MOhm, which wouldn't fit in a 32 bit int (using our centiohm internal units) if we didn't cheat. (and technically we could go higher still. white-white-white would be 99 GOhm, but we don't do such high multipliers now)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28272 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/resistor.c