diff --git a/examples/[template][bare-metal]/project/mdk/RTE/Acceleration/arm_2d_scene_1.c b/examples/[template][bare-metal]/project/mdk/RTE/Acceleration/arm_2d_scene_1.c index b4f2fbb3d..34c30dfef 100644 --- a/examples/[template][bare-metal]/project/mdk/RTE/Acceleration/arm_2d_scene_1.c +++ b/examples/[template][bare-metal]/project/mdk/RTE/Acceleration/arm_2d_scene_1.c @@ -310,7 +310,8 @@ user_scene_1_t *__arm_2d_scene1_init( arm_2d_scene_player_t *ptDispAdapter, /* set to the last frame */ arm_2d_helper_film_set_frame(&s_tileWIFISignalFilm, -1); - + arm_2d_helper_film_set_frame(&s_tileWIFISignalFilmMask, -1); + *ptScene = (user_scene_1_t){ .use_as__arm_2d_scene_t = { /* Please uncommon the callbacks if you need them diff --git a/examples/[template][cmsis-rtos2]/RTE/Acceleration/arm_2d_scene_1.c b/examples/[template][cmsis-rtos2]/RTE/Acceleration/arm_2d_scene_1.c index b4f2fbb3d..34c30dfef 100644 --- a/examples/[template][cmsis-rtos2]/RTE/Acceleration/arm_2d_scene_1.c +++ b/examples/[template][cmsis-rtos2]/RTE/Acceleration/arm_2d_scene_1.c @@ -310,7 +310,8 @@ user_scene_1_t *__arm_2d_scene1_init( arm_2d_scene_player_t *ptDispAdapter, /* set to the last frame */ arm_2d_helper_film_set_frame(&s_tileWIFISignalFilm, -1); - + arm_2d_helper_film_set_frame(&s_tileWIFISignalFilmMask, -1); + *ptScene = (user_scene_1_t){ .use_as__arm_2d_scene_t = { /* Please uncommon the callbacks if you need them