tft.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