#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
void setup () {
  lcd.begin(16,2);
  lcd.clear();
  lcd.backlight();
  lcd.setCursor(2,0);
  lcd.print("SMAGA SOLO");
  lcd.setCursor(0,1);
  lcd.print("WIDYA KARMA JAYA");
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}
$abcdeabcde151015202530fghijfghij