From 191b0c4ab250d67f19dbe6643e96b83309a29ab9 Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sat, 6 Jun 2026 16:19:54 -0400 Subject: [PATCH] Added southern_hemisphere to moon_phase_state_t --- watch-faces/complication/moon_phase_face.h | 1 + 1 file changed, 1 insertion(+) diff --git a/watch-faces/complication/moon_phase_face.h b/watch-faces/complication/moon_phase_face.h index 2a32ed6b..ee2a4749 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);