Fixes minor bug where clock wouldn't display time immediately on startup, until the tens digit of the second changed. #96

This commit is contained in:
Travis GOodspeed 2018-07-23 19:54:22 -04:00
parent fe8707d18f
commit e743da4bb9

View File

@ -346,7 +346,7 @@ void clock_draw(){
void clock_init(){
lastchar=0;
lcd_zero();
clock_draw();
draw_time(1);
}
//! A button has been pressed for the clock.