Current News

Moderator: Mmiscool

User avatar
By russm
#48489 Decided to play with a TFT. Found an error in docs (I think). The following section in the manual for the tft.fill command should read:
tft.fill(tft.rgb(0,255,0)) -> fill the screen with green
instead of:
tft.fill(tft.color(0,255,0)) -> fill the screen with green

So far the TFT commands are working in V3.0 Alpha 2