Octal T6963c GLCD module error.

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Selcuk
Posts: 2
Joined: Wed Sep 04, 2013 8:44 am
Location: ANKARA

Octal T6963c GLCD module error.

Post by Selcuk » Sun Jul 19, 2015 11:34 am

Hi all,

I got an error while trying to use Octal T6963c GLCD module posted in module section.
Any one has successive story about using this module. Can any one help me?
T6963cProgErr.png
T6963cProgErr.png (104.35 KiB) Viewed 4092 times


Regards,

Selcuk
Selcuk YILMAZ - www.sfy.com.tr

Selcuk
Posts: 2
Joined: Wed Sep 04, 2013 8:44 am
Location: ANKARA

Re: Octal T6963c GLCD module error.

Post by Selcuk » Sun Jul 19, 2015 2:00 pm

Hi to All,

I solve the problem. Just change Sub WriteByte to Public Sub WriteByte and Function ReadData to Public Function ReadData.

PS: Now I have star shape instade of Circle. (Circle command works strange. :( ).

Regards,

Selcuk..
Selcuk YILMAZ - www.sfy.com.tr

User avatar
Coccoliso
Posts: 152
Joined: Mon Feb 17, 2014 10:34 am

Re: Octal T6963c GLCD module error.

Post by Coccoliso » Tue Aug 18, 2015 5:32 pm

Hi Selcuk,
I do not know if it is also implemented in T6963c module but there is an option that you can set to resolve the problem of ratio on the circles and squares.
In KS108 module is set #Option GLCD_ASPECT_RATIO = 75 while in the T6963c module is set to default at 100.

Post Reply