Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Speedfan Help
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 3
- Joined: March 14th, 2005, 11:29 pm
Speedfan Help
Is there anyway to show the temperature in Fahrenheit instead of Celsius using speedfan plug-in. Even though I have Fahrenheit select under speedfan and it's showing all the temperatures in Fahrenheit, speedfan plug-in is still showing it to me in Celsius using LCD Smartie 5.3. Any help would be appreciated.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I think that the plugin returns only celsious degrees...
but im not sure
I have to links may help you just in case you didn't noticed about then
1. http://lcdsmartie.sourceforge.net/atitoolplugin.html
this is the plugin's page...
2.http://sourceforge.net/forum/forum.php? ... _id=416971
and this is a post in old forums about demo.dll a convertion method is described there and may be useful.

but im not sure
I have to links may help you just in case you didn't noticed about then
1. http://lcdsmartie.sourceforge.net/atitoolplugin.html
this is the plugin's page...
2.http://sourceforge.net/forum/forum.php? ... _id=416971
and this is a post in old forums about demo.dll a convertion method is described there and may be useful.
-
- Posts: 4
- Joined: February 15th, 2005, 2:54 pm
Re: Speedfan Help
use the demo.dll plugin function 10bedrosm wrote:Is there anyway to show the temperature in Fahrenheit instead of Celsius using speedfan plug-in. Even though I have Fahrenheit select under speedfan and it's showing all the temperatures in Fahrenheit, speedfan plug-in is still showing it to me in Celsius using LCD Smartie 5.3. Any help would be appreciated.
10=Converts Celcius to degrees Fahrenheit. (x * 1.8) + 32
example: $dll(demo,10,$Temp2,0)
-
- Posts: 5
- Joined: June 8th, 2005, 11:32 am
- Location: South Florida
- Contact:
-
- Posts: 5
- Joined: June 8th, 2005, 11:32 am
- Location: South Florida
- Contact:
Unfortunately that didn't work, it returns an error
"plugin had exception: '(53)' is not a valid floating point value
But I just modified your suggestion a bit....
"CPU: $dll(demo,10,$dll(speedfan,2,1,0),0)?F "
"Chipset: $dll(demo,10,$dll(speedfan,2,2,0),0)?F "
returns
"CPU: 127?F"
"Chipset: 95?F"
Thanks alot, you got it!
"plugin had exception: '(53)' is not a valid floating point value
But I just modified your suggestion a bit....
"CPU: $dll(demo,10,$dll(speedfan,2,1,0),0)?F "
"Chipset: $dll(demo,10,$dll(speedfan,2,2,0),0)?F "
returns
"CPU: 127?F"
"Chipset: 95?F"
Thanks alot, you got it!