I have tried to get the TFT SPI example found in the help file to work but it just lights up and no text.
I am positive it works as others have used it but I was curious if there was something wrong with what I am coding - although it is pretty simple...... and straight from the help file except for the wait and end.
tft.setup(D0, D2, 0)
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")
but2 = tft.obj.button("Number2", 155,5,100,50)
wait
end
Also, I have been told that the MOSI,MISO,CS, and CLK are not for our use but is tied to the non-volatile under the can. Anyone get this to work with an external device using another CS of course??
Regards to All.
I am using a NodeMCU
- Albert Einstein