#include <LiquidCrystal.h>
LiquidCrystal lcd (7,6,5,4,3,2);
void setup() {
lcd.begin(16,2);
// put your main code here, to run repeatedly:
}
void loop() {
lcd.setCursor(2,2);
lcd.print("XI TKL A");
}#include <LiquidCrystal.h>
LiquidCrystal lcd (7,6,5,4,3,2);
void setup() {
lcd.begin(16,2);
// put your main code here, to run repeatedly:
}
void loop() {
lcd.setCursor(2,2);
lcd.print("XI TKL A");
}