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

International Support

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
AllenConquest
Posts: 32
Joined: February 26th, 2005, 7:03 pm

International Support

Post by AllenConquest »

Can LCDSmartie display foreign accented characters like "?" and "?" ?
Glen
Posts: 4
Joined: March 24th, 2005, 6:07 am

Post by Glen »

LCD Smartie can, for example: hold "ALT" and the press "0233" on the numpad for " ? " on a normal line.. depending what LCD you have though it might not support it.. you could also look in your LCD manual (or find a manual online) and find the character then put in a call for that particular character number in Smartie each LCD has different numbers for non standard characters... for example on my particular LCD: $Chr(245) gives me " ? " but the LCD smartie preview window gives me " ? " which is the standard ASCI character for that combination (ALT + 0245).

there's also custom characters.. for example "$CustomChar(1,10,0,14,17,31,16,14,0)" will get you " ? "
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Glen is absolutely right! :idea:

It's the LCD that contains the characters (you may find a character table on your LCD manufacturer) not the LCD SMARTIE.
The Smartie supports "characters like "?" and "?"" but this depends on your LCD screen.
For example one of my screens have Chinese characters
Just in case that your LCD screen doesn't contain the characters you need you can create up to 8 custom characters using the $CustomChar function as Glen mentioned.
Last edited by limbo on March 27th, 2005, 10:15 pm, edited 1 time in total.
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Most HD44780 Displays have the same character set. Just look up on the internet.
AllenConquest
Posts: 32
Joined: February 26th, 2005, 7:03 pm

Post by AllenConquest »

Well thanks for the quick responses.

What I didn't explain is that I've written a plugin to display information on LCDSmartie and one of the end-users has reported this to me. So it's not my display, and it's not going to be just one display type. So does that mean coding differences for every display type out there ?

How can I used custom characters from within my plugin ?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Some displays have different character sets build in...


Of course you can use custom characters on your plug in.
:D
You must notice about the following
http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=17
AllenConquest
Posts: 32
Joined: February 26th, 2005, 7:03 pm

Post by AllenConquest »

Where can I find a grid layout of accented characters so I can generate my own custom character ?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Here you can find a download link for a good program :wink:


http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=39


Also a description on main LCD SMARTIE SITE
Scroll down and check the first page!
Post Reply