-->
Page 1 of 1

TFT not Work, pse help

PostPosted: Sat Aug 20, 2016 10:47 am
by Charly013
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"

Re: TFT not Work, pse help

PostPosted: Sat Aug 20, 2016 10:56 pm
by Mmiscool
What version of ESP Basic are you using. Should get the latest version 3.0a41

Re: TFT not Work, pse help

PostPosted: Sun Aug 21, 2016 4:48 am
by Charly013
yes, i use the v3a41

Edit:

no idee ???