From: Joey Castillo Date: Sun, 16 Jan 2022 14:39:18 +0000 (-0500) Subject: movement: sunrise/sunset face documentation X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=903ae6eff89540b21910e06ef4abbb87e5c510c7;p=sensor-watch.git movement: sunrise/sunset face documentation --- diff --git a/movement/watch_faces/complications/sunrise_sunset_face.h b/movement/watch_faces/complications/sunrise_sunset_face.h index 625a0fe..b73c18f 100644 --- a/movement/watch_faces/complications/sunrise_sunset_face.h +++ b/movement/watch_faces/complications/sunrise_sunset_face.h @@ -27,8 +27,8 @@ #include "movement.h" -// The Day One face is designed to count upwards from the wearer's date of birth. It also functions as an -// interface for setting the birth date register, which other watch faces can use for various purposes. +// The Sunrise/Sunset face is designed to display the next sunrise or sunset for a given location. +// TODO: It also functions as an interface for setting the location register, which other watch faces can use for various purposes. typedef struct { uint16_t latitude;