LCD to Arduino can be set up like this: https://howtomechatronics.com/tutorials/arduino/lcd-tutorial/ Be sure to use 12 and 13 instead of 0 and 1 since on most boards ...
lcd.setCursor(2,0); //set kursor pada LCD, 2 sebagi kolom dan 0 sebagi baris. artiya kursor berada di kolom 2 dan baris pertma lcd.println("LED DIGITAL"); // akan menampilkan di LCD degan geser ke ...