Report Bugs Here

Moderator: Mmiscool

User avatar
By chuckreis
#64785 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
User avatar
By djalltra
#70312 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