Discuss anything to do with plugins
Moderators: _X7JAY7X_ , caesar , IFR , mattcro , limbo
s3cur17y
Posts: 11 Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:
Post
by s3cur17y » December 12th, 2006, 8:29 pm
Hey I am using the new beta of LCD Smartie and I am trying to get the BigNum and SpeedFan plugins to work together. I only have one problem, I get a line instead of a degree symbol..
Code: Select all
CPU: $dll(bignum,1,1#2,$dll(demo,10,$dll(speedfan,2,2,0),0))?F
$dll(bignum,1,2#2,$dll(demo,10,$dll(speedfan,2,2,0),0))
Could someone help me out please?
s3cur17y
Posts: 11 Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:
Post
by s3cur17y » December 12th, 2006, 8:48 pm
I have fixed my problem. I using the Custom Charactor Editor and made my own degree symbol.
Code: Select all
$dll(bignum,1,1#2,$dll(demo,10,$dll(speedfan,2,2,0),0))$CustomChar(8,4,10,4,0,0,0,0,0)$Chr(136)F
$dll(bignum,1,2#2,$dll(demo,10,$dll(speedfan,2,2,0),0))
Artosoft
Posts: 22 Joined: November 14th, 2006, 11:07 am
Post
by Artosoft » December 13th, 2006, 2:30 pm
But the degree symbol will disappear when you are using graph in one page... I mean degree symbol and graph in ope page.
Regards,
Arto.
s3cur17y
Posts: 11 Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:
Post
by s3cur17y » December 13th, 2006, 6:44 pm
Yeah I found that out, so I I just removed the degree symbol...
mattcro
Forum Supporter
Posts: 590 Joined: March 8th, 2006, 1:58 pm
Location: Scotland
Post
by mattcro » December 13th, 2006, 9:37 pm
On my LCD, I use $Chr(223) to get a degree symbol. You may have to look at the character map in the datasheet or manual for your particular display to find the code for the degree symbol.