Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

MBM 5 Plugin?

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
FormatC:

MBM 5 Plugin?

Post by FormatC: »

Is there any way to get the temps to display in F and not C Thanks
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I don't know for sure! :lol: I believe not


But you can convert it using demo plugin function number 10!

http://www.lansley.co.uk/forum/phpBB2/v ... .php?t=161 :wink:
FormatC:

Post by FormatC: »

What would the code be that I would type In to my MBM screen? here is what I have there now

Code: Select all

AXP $Temp2?C Case $Temp1?C
+5V $Voltage4 +12V $Voltage5
Thanks
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

For temp 1 you have to use

Code: Select all

$dll(demo,10,$Temp1,1)
:wink:
Post Reply