-->
Page 1 of 1

TFT not working V3.0 A69

PostPosted: Sun Apr 09, 2017 9:15 pm
by chuckreis
Tried very basic code:
Code: Select alltft.setup(16, 4, 3)
tft.cls()
tft.text.color(tft.rgb(255,255,0))
tft.text.cursor(0,50)
tft.text.size(2)
tft.print("This is ")
tft.println("print ")
tft.println("second line")
tft.println("third line")


Results:
Error at line 1: Tried to call unknown built-in function!
Error at line 1: Syntax error
Error at line 1: Halted

Working in V3.0 A66

Re: TFT not working V3.0 A69

PostPosted: Tue Sep 26, 2017 3:19 am
by djalltra
well I had the same issues well you have to reset the nodemcu and wait for it to connect and then hit run again at time you have to do this more than once to get it to work