Glcd_Init settings for the SmartGLCD 1.5

General discussion on Visual GLCD Software.
Post Reply
Author
Message
enowak
Posts: 8
Joined: 12 Feb 2010 16:13

Glcd_Init settings for the SmartGLCD 1.5

#1 Post by enowak » 13 Dec 2011 03:21

Hi,

I am using a SmartGLCD Version 1.5, Visual GLCD, and Mikro Basic Pro. All are the current versions.

I want to use the “Glcd_Write_Text” command.

Use of the “Glcd_Write_Text” command requires that the ”Glcd_Init()” command to be run first.

What settings are needed to satisfy the ”Glcd_Init()” requirements for the SmartGLCD 1.5.

Thanks

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

Re: Glcd_Init settings for the SmartGLCD 1.5

#2 Post by janko.kaljevic » 13 Dec 2011 10:47

Hello,

SmartGLCD is equipped with T6963 GLCD controller, so you should use:

Code: Select all

T6963C_init
T6963C_Write_Text_Adv
You can check details about these functions in help file.

Also you can download VisulaGLCD Tool and check examples for SmartGLCD and see how to use these routines.

Best regards.

Post Reply

Return to “Visual GLCD General”