TFT not Work, pse help
Posted: Sat Aug 20, 2016 10:47 am
Hello,
i conect to a ESP-03 A TFT ILI9341 , but its dont work ;(
the first code:
print ramfree()
print flashfree()
tft.setup(18, 2, 3)
tft.demo()
print "RDY"
i = i+1
print i
on line 4 becoms a error ;(
okay, i try a new code:
print ramfree()
print flashfree()
spi.setup(100000)
tft.setup(18, 2, 3)
but1 = tft.obj.button("PUSH", 5,5,120,50,3)
chk1 = tft.obj.checkbox("Check Me", 5,100,40,1, 3)
lab1 = tft.obj.label("press", 0,190,200,24,3)
print "RDY"
nothing hapens on tft ;(
if i add the line
tft.cls()
i get a error on this line (unknown built-in funktion)
can anyone help me please ?
BR
Charly
Edit: Version 3a41
Edit 2:
i play a little with v3a41 and i think its has a big bug
becouse the follow prg make no error ;(
thislinemakenoerroro.why
print ramfree()
print flashfree()
also.thislinemakenoerroro.why
print "RDyY"
i conect to a ESP-03 A TFT ILI9341 , but its dont work ;(
the first code:
print ramfree()
print flashfree()
tft.setup(18, 2, 3)
tft.demo()
print "RDY"
i = i+1
print i
on line 4 becoms a error ;(
okay, i try a new code:
print ramfree()
print flashfree()
spi.setup(100000)
tft.setup(18, 2, 3)
but1 = tft.obj.button("PUSH", 5,5,120,50,3)
chk1 = tft.obj.checkbox("Check Me", 5,100,40,1, 3)
lab1 = tft.obj.label("press", 0,190,200,24,3)
print "RDY"
nothing hapens on tft ;(
if i add the line
tft.cls()
i get a error on this line (unknown built-in funktion)
can anyone help me please ?
BR
Charly
Edit: Version 3a41
Edit 2:
i play a little with v3a41 and i think its has a big bug
becouse the follow prg make no error ;(
thislinemakenoerroro.why
print ramfree()
print flashfree()
also.thislinemakenoerroro.why
print "RDyY"