]> git.earman.xyz Git - sensor-watch.git/commitdiff
Added southern_hemisphere to moon_phase_state_t
authorDavid Volovskiy <devolov@gmail.com>
Sat, 6 Jun 2026 20:19:54 +0000 (16:19 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Sat, 6 Jun 2026 20:19:54 +0000 (16:19 -0400)
watch-faces/complication/moon_phase_face.h

index 2a32ed6b80961f6ff7978d1782cbea7faa04006d..ee2a474999e9609428584510126221d7f6c95f19 100644 (file)
@@ -56,6 +56,7 @@
 
 typedef struct {
     uint32_t offset;
+    bool southern_hemisphere;
 } moon_phase_state_t;
 
 void moon_phase_face_setup(uint8_t watch_face_index, void ** context_ptr);