mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 23:58:31 +00:00
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:
parent
fe8707d18f
commit
e743da4bb9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user