index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
resistor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
plugins: More HAVE_BACKLIGHT cleanup
Solomon Peachy
1
-16
/
+29
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-3
/
+3
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-3
/
+3
2011-12-02
Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to ...
Boris Gjenero
1
-1
/
+1
2011-08-25
Remove now unneeded variable
Thomas Jarosch
1
-1
/
+0
2011-08-25
Fix off-by-one memory corruption in resistor plugin.
Thomas Jarosch
1
-2
/
+2
2011-05-08
Remove tabs.
Andree Buschmann
1
-1
/
+1
2011-03-25
Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.
Andree Buschmann
1
-3
/
+3
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
1
-3
/
+3
2010-10-14
Resistor calculator: make brace-style consistent
Frank Gevaerts
1
-32
/
+27
2010-10-14
Fix typo in resistor plugin help text
Michael Chicoine
1
-1
/
+1
2010-10-13
Resistor calculator: Initialise variable to make the compiler shut up about i...
Frank Gevaerts
1
-1
/
+1
2010-10-13
Resistor calculator: Support Gigaohms in resistor to colour conversion, and g...
Frank Gevaerts
1
-6
/
+20
2010-10-13
Resistor calculator: Use correct units if resistor to colour uses kilo- or me...
Frank Gevaerts
1
-2
/
+2
2010-10-13
Add violet, grey and white multiplier for completeness
Frank Gevaerts
1
-6
/
+16
2010-10-13
Fix some incorrect colour-to-resistance results. The price is that sometimes ...
Frank Gevaerts
1
-9
/
+5
2010-10-13
Resistor calculator: Add lots of static, and slightly reorganise the code
Frank Gevaerts
1
-76
/
+52
2010-10-13
Simplify resistance to colour calculations, removing some bugs in the process.
Frank Gevaerts
1
-61
/
+19
2010-10-03
Resistor calculator: Don't assume a specific foreground colour
Frank Gevaerts
1
-4
/
+8
2010-10-03
Resistor calculator: simplify layout code, add scrolling, and handle error cases
Frank Gevaerts
1
-232
/
+202
2010-10-02
Fix typo properly this time, to ensure all green
Frank Gevaerts
1
-1
/
+1
2010-10-02
Fix typo, which should fix yellow
Frank Gevaerts
1
-1
/
+1
2010-10-02
Resistor plugin:
Frank Gevaerts
1
-41
/
+14
2010-10-02
New plugin: Resistor code calculator
Frank Gevaerts
1
-0
/
+1150