summaryrefslogtreecommitdiffstats
path: root/apps/plugins/resistor.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-3/+3
2011-12-02Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to ...Boris Gjenero1-1/+1
2011-08-25Remove now unneeded variableThomas Jarosch1-1/+0
2011-08-25Fix off-by-one memory corruption in resistor plugin.Thomas Jarosch1-2/+2
2011-05-08Remove tabs.Andree Buschmann1-1/+1
2011-03-25Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.Andree Buschmann1-3/+3
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-3/+3
2010-10-14Resistor calculator: make brace-style consistentFrank Gevaerts1-32/+27
2010-10-14Fix typo in resistor plugin help textMichael Chicoine1-1/+1
2010-10-13Resistor calculator: Initialise variable to make the compiler shut up about i...Frank Gevaerts1-1/+1
2010-10-13Resistor calculator: Support Gigaohms in resistor to colour conversion, and g...Frank Gevaerts1-6/+20
2010-10-13Resistor calculator: Use correct units if resistor to colour uses kilo- or me...Frank Gevaerts1-2/+2
2010-10-13Add violet, grey and white multiplier for completenessFrank Gevaerts1-6/+16
2010-10-13Fix some incorrect colour-to-resistance results. The price is that sometimes ...Frank Gevaerts1-9/+5
2010-10-13Resistor calculator: Add lots of static, and slightly reorganise the codeFrank Gevaerts1-76/+52
2010-10-13Simplify resistance to colour calculations, removing some bugs in the process.Frank Gevaerts1-61/+19
2010-10-03Resistor calculator: Don't assume a specific foreground colourFrank Gevaerts1-4/+8
2010-10-03Resistor calculator: simplify layout code, add scrolling, and handle error casesFrank Gevaerts1-232/+202
2010-10-02Fix typo properly this time, to ensure all greenFrank Gevaerts1-1/+1
2010-10-02Fix typo, which should fix yellowFrank Gevaerts1-1/+1
2010-10-02Resistor plugin: Frank Gevaerts1-41/+14
2010-10-02New plugin: Resistor code calculatorFrank Gevaerts1-0/+1150