' simple tft blink c = TFT.rgb(255,255,0) tft.cls() for i = 1 to 10 tft.circle.fill(320/2,170/2,10,c) delay 500 tft.circle.fill(320/2,170/2,10,0) delay 500 next i