]> git.earman.xyz Git - sensor-watch.git/commitdiff
Documented UI changes
authorDavid Volovskiy <devolov@gmail.com>
Tue, 19 Aug 2025 12:46:11 +0000 (08:46 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Tue, 19 Aug 2025 12:46:11 +0000 (08:46 -0400)
watch-faces/complication/moon_phase_face.h
watch-faces/sensor/activity_logging_face.h

index b02098294aa9c0710bfb2c5832903debaf22892c..2a32ed6b80961f6ff7978d1782cbea7faa04006d 100644 (file)
@@ -47,6 +47,9 @@
  * each button press, and both the text and the graphical representation will
  * display the moon phase for that day. Try pressing the Alarm button 27 times
  * now, just to visualize what the moon will look like over the next month.
+ * Pressing the Light button will move back in time.
+ * 
+ * Holding the Light button will illuminate the display.
  */
 
 #include "movement.h"
index 6c5b74fb328e5cda485ea74e1e6aa07d7ad4b1fc..f4f58b6ee11ae9cc58c742f319dbfbf16613991d 100644 (file)
@@ -40,6 +40,8 @@
  *
  * A short press of the Alarm button moves backwards in the data log, showing yesterday's active minutes,
  * then the day before, etc. going back 14 days.
+ * A short press of the Light button moves forward in the data log, looping around if we're on the most-recent day.
+ * Holding the Light button will illuminate the display.
  *
  */