#include <LiquidCrystal_I2C.h>

LiquidCrystal_I2C lcd(0x27, 16, 2);
void setup() {
  // put your setup code here, to run once:
 lcd.begin();
 lcd.backlight();
}

void loop() {
 lcd.setCursor(4,0);
 lcd,print("Lcd");
}
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT