from machine import Pin 
from gpio_lcd import Gpiolcd

lcd=gpio_lcd(
    rs_pin=Pin(16),
    enable_pin=Pin(17), #Can connect with any GPIO pin
    d4_pin=Pin(18),
    d5_pin=Pin(19),
    d6_pin=Pin(20),
    d7_pin=Pin(21),
    num_lines=2,
    num_columns=16
)

lcd.move_to(1,0) # for movement of cursor 

lcd.putstr('CSE')
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT