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

Russian font on hd44780

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
diode14
Posts: 6
Joined: July 2nd, 2014, 11:13 pm

Russian font on hd44780

Post by diode14 »

Hi.
How I can make russian font in LCDSmartie readable on lcd hd44780 2x16? Maybe some dll's can? :cry:
dperrow
Plugin Author
Posts: 276
Joined: May 27th, 2011, 2:13 pm
Location: Stirling, Scotland

Re: Russian font on hd44780

Post by dperrow »

Is there a russian font on the hd44780?

If so whats the problem with it?
diode14
Posts: 6
Joined: July 2nd, 2014, 11:13 pm

Re: Russian font on hd44780

Post by diode14 »

I mean maybe somebody know how to find needed DLL for Russian font or how to on it?
It's just LCD, soft must support other language fonts.
dperrow
Plugin Author
Posts: 276
Joined: May 27th, 2011, 2:13 pm
Location: Stirling, Scotland

Re: Russian font on hd44780

Post by dperrow »

The HD44780 has a fixed font set in ROM which can't be changed. It does have 8 user definable characters as well.
Table 4 on page 17 of the spec (which you can find at: https://www.sparkfun.com/datasheets/LCD/HD44780.pdf ) shows the characters available (use the $Chr() function in Smartie to display any non-standard characters)

If you want to define the user definable characters you should use a website like: http://www.quinapalus.com/hd44780udg.html to work out the codes then the $CustomChar() function in smartie. You'll find instructions on how to do this at: http://lcdsmartie.sourceforge.net/.

It's a bit of a hack and restrictive but might work depending on what you want to display.
Post Reply