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?
Regards,
Selcuk
Octal T6963c GLCD module error.
Moderators: David Barker, Jerry Messina
Octal T6963c GLCD module error.
Selcuk YILMAZ - www.sfy.com.tr
Re: Octal T6963c GLCD module error.
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..
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
Re: Octal T6963c GLCD module error.
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.
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.