
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
Cant get CustomChars to display anything
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 10
- Joined: August 21st, 2005, 1:20 am
Cant get CustomChars to display anything
Im trying to get The functioin Custom Chars to display anyting mot the field is just blankd 

-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
adapted from command reference
$CustomChar([char#],[d1],[d2],[d3],[d4],[d5],[d6],[d7],[d8])
Custom characters are usually 8 lines by 5 dots, d1-d8 are the 8 lines. To get a value for a line simply add 16 for a dot in the 1st dot of a line, 8 for the 2nd, 4 for the 3rd, 2 for the 2nd, 1 for the 1st [reading dots from left to right]
To use the characters:
for 1 use $Chr(176)
for 2 use $Chr(158)
for 3 use $Chr(131)
for 4 use $Chr(132)
for 5 use $Chr(133)
for 6 use $Chr(134)
for 7 use $Chr(135)
for 8 use $Chr(136)
for more info goto
http://lcdsmartie.sourceforge.net/commands.html
and
http://lcdsmartie.sourceforge.net/ (here scroll enough to find the red "S")
$CustomChar([char#],[d1],[d2],[d3],[d4],[d5],[d6],[d7],[d8])
Custom characters are usually 8 lines by 5 dots, d1-d8 are the 8 lines. To get a value for a line simply add 16 for a dot in the 1st dot of a line, 8 for the 2nd, 4 for the 3rd, 2 for the 2nd, 1 for the 1st [reading dots from left to right]
To use the characters:
for 1 use $Chr(176)
for 2 use $Chr(158)
for 3 use $Chr(131)
for 4 use $Chr(132)
for 5 use $Chr(133)
for 6 use $Chr(134)
for 7 use $Chr(135)
for 8 use $Chr(136)
for more info goto
http://lcdsmartie.sourceforge.net/commands.html
and
http://lcdsmartie.sourceforge.net/ (here scroll enough to find the red "S")
-
- Plugin Author
- Posts: 201
- Joined: April 6th, 2005, 12:59 am
- Location: Canada
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 10
- Joined: February 11th, 2006, 12:59 am
I have the same problem:
http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=61
Does anyone already fixed this problem where the 8 custom characters are on an iMon VFD?
http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=61
Does anyone already fixed this problem where the 8 custom characters are on an iMon VFD?
-
- Plugin Author
- Posts: 192
- Joined: January 18th, 2006, 11:09 pm
- Location: Saskatoon, Saskatchewan, Canada
VFDs don't use HD44780 controllers, and though they may use commands that are similar, that's not to say that they are completely compatiable. I think it's quite likely that your module doesn't actually support custom characters.
The easiest way to know is to look for a large chip on the back of the display and post the numbers that are on it. Hopefully then we can find a datasheet describing what commands it knows, and whether or not there is a way to get the custom character function working.
Note to others: If you are having trouble with support of a specific piece of hardware, we need to know as many details as possible in order to determine the problem. For example, manufacturer, product name, and serial numbers are all helpful. If these prove difficult to find, the name/number off of any large chips on the device may also be useful.
The easiest way to know is to look for a large chip on the back of the display and post the numbers that are on it. Hopefully then we can find a datasheet describing what commands it knows, and whether or not there is a way to get the custom character function working.
Note to others: If you are having trouble with support of a specific piece of hardware, we need to know as many details as possible in order to determine the problem. For example, manufacturer, product name, and serial numbers are all helpful. If these prove difficult to find, the name/number off of any large chips on the device may also be useful.
-
- Posts: 10
- Joined: February 11th, 2006, 12:59 am