Hello,
Using a 240x64 graphic LCD with T6963C chipset,
some times the CURSOR ON BLINK command does not work well.
It occurs that the cursor does not blink, or see in half, or do not see.
Help, thank you.
[code:1:9dc9456725]$regfile = "m32def.dat"
$crystal = 16000000
$baud = 115200
Config Graphlcd = 240 * 64 , Dataport = Porta , Controlport = Portc , Ce = 4 , Cd = 3 , Wr = 6 , Rd = 5 , Reset = 2 , Fs = 2 , Mode = 6
Echo Off
Waitms 1
Cursor Off
Cls
..
..
...
locate 5 , 24
Lcd "- - - - - -"
Waitms 1
Cursor On Blink
...
...
...
End[/code:1:9dc9456725]
[b:9dc9456725][color=red:9dc9456725](BASCOM-AVR version : 2.0.7.6 )[/b:9dc9456725][/color:9dc9456725]
↧