Report Bugs Here

Moderator: Mmiscool

User avatar
By Charly013
#53385 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"
Last edited by Charly013 on Sun Aug 21, 2016 2:33 pm, edited 2 times in total.
User avatar
By Mmiscool
#53461 What version of ESP Basic are you using. Should get the latest version 3.0a41