Skip to content

Commit

Permalink
Update arm_2d_scene_watch.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Sep 5, 2024
1 parent 594d923 commit 007eea8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/common/scenes/watch/arm_2d_scene_watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ const
struct {
implement(arm_2d_user_font_t);
arm_2d_char_idx_t tUTF8Table;
} ARM_2D_FONT_ALARM_CLOCK_32_A4;
} ARM_2D_FONT_ALARM_CLOCK_32_A8,
ARM_2D_FONT_ALARM_CLOCK_32_A4,
ARM_2D_FONT_ALARM_CLOCK_32_A2,
ARM_2D_FONT_ALARM_CLOCK_32_A1;

/*============================ PROTOTYPES ====================================*/
/*============================ LOCAL VARIABLES ===============================*/
Expand Down Expand Up @@ -227,7 +230,7 @@ static void __on_scene_watch_frame_complete(arm_2d_scene_t *ptScene)

/* switch to next scene after 3s */
if (arm_2d_helper_is_time_out(10000, &this.lTimestamp[0])) {
//arm_2d_scene_player_switch_to_next_scene(ptScene->ptPlayer);
arm_2d_scene_player_switch_to_next_scene(ptScene->ptPlayer);
}
}

Expand Down Expand Up @@ -281,7 +284,6 @@ void __draw_watch_panel(const arm_2d_tile_t *ptTile,
}
}


#endif
}
}
Expand Down

0 comments on commit 007eea8

Please sign in to comment.