GLCD font creator

GLCD Font Creator software is the ultimate solution to create personalized fonts, symbols and icons for Graphic LCDs. It generates code compatible with All mikroElektronika compilers
Post Reply
Author
Message
jeffo
Posts: 2
Joined: 13 Oct 2013 22:18

GLCD font creator

#1 Post by jeffo » 13 Oct 2013 23:01

hi Im from Ecuador, I want to print some big letters on a GLCD, but when I write the source code I have a problem, this code lines:

Glcd_Set_Font_Adv(&Arial20x33, 1, 30);
Glcd_Write_Text_Adv(text, 15, 26);

appear in red, and dont build , Mikro C says:

undeclared identifier Glcd_Set_Font_Adv in expression

Im using a Mikroelectronica example, I have Micro C (4.15)
I dont Know what I should do with the XGLCD library or where paste to Micro C recognize this library.

helpme please.

octal
Posts: 534
Joined: 09 Feb 2005 14:15
Location: France
Contact:

Re: GLCD font creator

#2 Post by octal » 14 Oct 2013 11:36

In the Library explorer, you need to check the GLCD library checkbox.
http://www.pocketmt.com

jeffo
Posts: 2
Joined: 13 Oct 2013 22:18

Re: GLCD font creator

#3 Post by jeffo » 14 Oct 2013 16:12

tanks but the check box was check, and didnt appear GLCD_SET_FONT_ADV, in the GLCD library, better I install a new version of MIKRO C (5.4), but I have a new problem, when I run the program in proteus or physical GLCD, the big numbers are distorted, what I can do?[img]
glcd.JPG
glcd.JPG (149.31 KiB) Viewed 7063 times
[/img]

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: GLCD font creator

#4 Post by marina.petrovic » 15 Oct 2013 10:45

Hi,

Please, try to use "Export for TFT and new GLCD library (new library)" option in GLCD Font Creator.
Pay attention, generated GLCD code is available for 4.80 and above compiler version.

Also, Graphic Lcd Library should be checked in Library Manager, like octal already suggested.

Best regards,
Marina

Post Reply

Return to “GLCD Font Creator Software”