Is there any hands on for GLCD

General discussion on Visual GLCD Software.
Post Reply
Author
Message
atomlcp
Posts: 11
Joined: 19 Jan 2012 08:33

Is there any hands on for GLCD

#1 Post by atomlcp » 06 Feb 2012 05:30

I am a beginner for this.

I just bought a SmartGLCD and MikroC Pro for PIC. Drawing button , text and label should not be problem.

I found that only the SmartGLCD demo is the only example to get through.

I cant get through all the subroutine / function defined in the example. I do not know how to start y programming.

Is there any references or user manual that teach how to setup up, define and program the GLCD? in C?

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Is there any hands on for GLCD

#2 Post by janko.kaljevic » 07 Feb 2012 13:00

Hello,

Here you can find Create First Project document:
http://www.mikroe.com/eng/downloads/get ... p_v101.pdf

Also demo example is very good start for designing with VGLCD tool.

Best regards.

atomlcp
Posts: 11
Joined: 19 Jan 2012 08:33

Re: Is there any hands on for GLCD

#3 Post by atomlcp » 10 Feb 2012 04:03

is there any document describe the library file use in the SmartGLCD example?

Below is the code i copy from the example, I not quite understand what's the function for those routine called.

if (text_length >= 21) {
T6963C_Set_Font_Adv(Tahoma10x11_Regular, T6963C_BLACK, 0);
T6963C_Write_Text_Adv(Label7_Caption, 10, 105);
strcpy(Label7_Caption, " ");
strcpy(typed_letters, "");
T6963C_Set_Font_Adv(Tahoma10x11_Regular, T6963C_WHITE, 0);
T6963C_Write_Text_Adv(Label7_Caption, 10, 105);

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Is there any hands on for GLCD

#4 Post by janko.kaljevic » 10 Feb 2012 10:00

Hello,

Those functions are from conversion and T6963C library.
Please check details about these functions in Help file in compiler.

Best regards.

Post Reply

Return to “Visual GLCD General”