]> git.earman.xyz Git - sensor-watch.git/commitdiff
moon phase: clear 'wax'ing indicator at full moon
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 16 Mar 2025 02:11:49 +0000 (22:11 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 16 Mar 2025 02:11:56 +0000 (22:11 -0400)
watch-faces/complication/moon_phase_face.c

index 733085c607513520b7bd71f7fcbb7c0aeeff9f43..9fea3692a3f71eb771f8485d1ce64ef5ea6d92e3 100644 (file)
@@ -107,6 +107,7 @@ static void _update(moon_phase_state_t *state, uint32_t offset) {
             break;
         case 4:
             watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "FULL  ", " FULL ");
+            watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "   ", "  ");
             if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
                 watch_set_pixel(2, 13);
                 watch_set_pixel(2, 15);