Lab_interaccio/2011/QAN_v2/lcd.ino
2025-02-25 21:29:42 +01:00

11 lines
127 B
C++

void lcdInit()
{
lcd.clear();
lcd.print("QAN prototype v1");
lcd.setCursor(0,1);
lcd.print("Press key *ABCD");
}