]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge pull request #119 from neutralinsomniac/add_hours_to_countdown_face
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 10 Jan 2023 21:14:20 +0000 (16:14 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 21:14:20 +0000 (16:14 -0500)
Add hours support to the countdown face

1  2 
movement/watch_faces/complication/countdown_face.c

index 92400e66fbfd910e435fa233d258303e13c84041,b0decb01ff3b3420019d42ec301396479d1bb611..b2206b8f61bedab4e4ce9796014fb34234080821
@@@ -132,8 -140,8 +140,9 @@@ void countdown_face_activate(movement_s
      if(state->mode == cd_running) {
          watch_date_time now = watch_rtc_get_date_time();
          state->now_ts = watch_utility_date_time_to_unix_time(now, get_tz_offset(settings));
 +        watch_set_indicator(WATCH_INDICATOR_BELL);
      }
+     watch_set_colon();
  }