#include "LCD.h"
LCD lcd(10, 11, 2, 3, 4, 5, 6, 7, 8, 9);
void setup() {
lcd.begin(0x38, 0x0C, 6);
lcd.writeString("LCD");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "LCD.h"
LCD lcd(10, 11, 2, 3, 4, 5, 6, 7, 8, 9);
void setup() {
lcd.begin(0x38, 0x0C, 6);
lcd.writeString("LCD");
}
void loop() {
// put your main code here, to run repeatedly:
}