from lcd1602 import LCD
from time import sleep

lcd = LCD()

while True:
    mensaje= "HOLA"
    lcd.write(0,0,mensaje)
Loading
pi-pico-w