GLCD question

General discussion on mikroC.
Post Reply
Author
Message
dobova
Posts: 200
Joined: 13 Feb 2005 16:23
Location: Italy

GLCD question

#1 Post by dobova » 26 May 2005 16:32

I'm working on mC 2.0.0.3.
Writing GLCD routines, I looked in example dir of mC. The GLCD_test program at the end has:

Code: Select all

  someText = "BIG:ONE";
  Glcd_Write_Text(someText, 5,3, 2);
  delay2S();

  someText = "SMALL:NOT:SMALLER";
  Glcd_Write_Text(someText, 20,5, 1);
  delay2S();
I'm trying to figure out how to do a call to GLCD_Set_Font() function and writing my own fonts, but the example GLCD_fonts.c is missing in the dir.

I guess that GLCD lib use a default font. In mBasic you can change fonts, but I didn't find other fonts in mC.
Ciao
Dome

pizon
mikroElektronika team
Posts: 823
Joined: 11 Oct 2004 08:53

Re: GLCD question

#2 Post by pizon » 27 May 2005 09:04

We ommitted Glcd_Fonts.c from the installation :oops:.

We will include it in the next version, in the meantime I have sent you the file on your forum email address.
pizon

dobova
Posts: 200
Joined: 13 Feb 2005 16:23
Location: Italy

#3 Post by dobova » 27 May 2005 14:59

Thanks pizon.
Ciao
Dome

Post Reply

Return to “mikroC General”