I have an LCD that has a DegC character built in at position 0x06 in the character font. How do I format the string for LCD Smartie?
$Tempname1:$Fill(12)$Temp1 C is what I am doing now, but I want something like:
$Tempname1:$Fill(12)$Temp1 $06
$Tempname1:$Fill(12)$Temp1 #06
$Tempname1:$Fill(12)$Temp1 0x06
Nothing works...
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
How do I insert a hex value?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Forum Supporter
- Posts: 590
- Joined: March 8th, 2006, 1:58 pm
- Location: Scotland
You should be able to use $Chr(6) to get the character at 0x06 in the character map.
You might also find a degree symbol at $Chr(223) [0xDF in the character map] - this is the degree symbol on some LCD modules.
LCD Smartie offers a degree symbol on the Misc tab at the left of the config window, but that works using a custom character.
You might also find a degree symbol at $Chr(223) [0xDF in the character map] - this is the degree symbol on some LCD modules.
LCD Smartie offers a degree symbol on the Misc tab at the left of the config window, but that works using a custom character.