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