From: David Volovskiy Date: Sat, 6 Jun 2026 20:19:54 +0000 (-0400) Subject: Added southern_hemisphere to moon_phase_state_t X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=191b0c4ab250d67f19dbe6643e96b83309a29ab9;p=sensor-watch.git Added southern_hemisphere to moon_phase_state_t --- diff --git a/watch-faces/complication/moon_phase_face.h b/watch-faces/complication/moon_phase_face.h index 2a32ed6..ee2a474 100644 --- a/watch-faces/complication/moon_phase_face.h +++ b/watch-faces/complication/moon_phase_face.h @@ -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);