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

Degree Symbol

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
s3cur17y
Posts: 11
Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:

Degree Symbol

Post by s3cur17y »

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 »

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 »

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 »

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 »

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.

Post Reply