این ال سی دی TS12864A-2 راه نمیفته چرا ؟ :angry: :angry: :angry:
این برنامشه :
$regfile = "m128def.dat"
$crystal = 8000000
'**************************
$lib "glcdKS108.lbx"
'$include "font8x8.font"
Config Graphlcd = 128 * 64sed , Dataport = Porta , Controlport = Portc , Ce = 2 , Ce2 = 3 , Cd = 4 , Rd = 5 , Reset = 1 , Enable = 6
'************************
'*******LED**************
Config Portg = Output
'***************
Dim X As Byte , Y As Byte
Cls
Wait 1
Lcdat 1 , 1 , "123"
'lcdat accepts an additional param for inversing the text
Lcdat 2 , 1 , "123" , 1 ' will inverse the text
'Now use a different font
'Setfont Font8x8
'since the 16*16 font uses 2 rows, show on row 3
'Lcdat 1 , 1 , "2345"
'Lcdat 2 , 56 , "2345656"
Wait 1
Do
Line(0 , 0) -(127 , 64) , 1 'make line
Set Portg.0 : Reset Portg.1 : Wait 1
Reset Portg.0 : Set Portg.1 : Wait 1
Line(0 , 0) -(127 , 64) , 0 'remove line
For Y = 1 To 20
Circle(30 , 30) , Y , 1
Waitms 100
Next
Loop
End 'end program
این برنامشه :
$regfile = "m128def.dat"
$crystal = 8000000
'**************************
$lib "glcdKS108.lbx"
'$include "font8x8.font"
Config Graphlcd = 128 * 64sed , Dataport = Porta , Controlport = Portc , Ce = 2 , Ce2 = 3 , Cd = 4 , Rd = 5 , Reset = 1 , Enable = 6
'************************
'*******LED**************
Config Portg = Output
'***************
Dim X As Byte , Y As Byte
Cls
Wait 1
Lcdat 1 , 1 , "123"
'lcdat accepts an additional param for inversing the text
Lcdat 2 , 1 , "123" , 1 ' will inverse the text
'Now use a different font
'Setfont Font8x8
'since the 16*16 font uses 2 rows, show on row 3
'Lcdat 1 , 1 , "2345"
'Lcdat 2 , 56 , "2345656"
Wait 1
Do
Line(0 , 0) -(127 , 64) , 1 'make line
Set Portg.0 : Reset Portg.1 : Wait 1
Reset Portg.0 : Set Portg.1 : Wait 1
Line(0 , 0) -(127 , 64) , 0 'remove line
For Y = 1 To 20
Circle(30 , 30) , Y , 1
Waitms 100
Next
Loop
End 'end program
دیدگاه