#include <LiquidCrystal.h>
LiquidCrytal lcd(12, 11, 4, 5, 6, 7);
void setup() {
lcd.begin(16, 2);
lcd.print("hello...!");
lcd.setCursor(0,1);
lcd.print("Arduino Thai");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LiquidCrystal.h>
LiquidCrytal lcd(12, 11, 4, 5, 6, 7);
void setup() {
lcd.begin(16, 2);
lcd.print("hello...!");
lcd.setCursor(0,1);
lcd.print("Arduino Thai");
}
void loop() {
// put your main code here, to run repeatedly:
}