#Set Up GPIOs

from machine import Pin
import time

TFT_RST = Pin(0, Pin.OUT)

p0 = Pin(25, Pin.OUT)
p0.off

while True:
    p0.toggle()
    time.sleep(0.15)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT