Open GoogleCodeExporter opened 8 years ago
void loop() {
lcd.setCursor(3, 0);
lcd.print(rtc.getTimeStr());
lcd.setCursor(0, 1);
lcd.print(rtc.getDOWStr(FORMAT_SHORT));
lcd.setCursor(6, 1);
lcd.print(rtc.getDateStr());
}
Original comment by s.yove...@gmail.com
on 19 Apr 2013 at 11:53
Original issue reported on code.google.com by
atomsm...@gmail.com
on 1 Apr 2010 at 5:27