Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 2, 2024
1 parent 1ed5524 commit c27b929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ARM.Arm-2D.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@
<file category="sourceC" name="examples/common/asset/MeterPanel.c" attr="template" select="Scene Template: Meter" version="2.2.1" />
<file category="header" name="examples/common/scenes/meter/arm_2d_scene_meter.h" attr="template" select="Scene Template: Meter" version="2.2.1" />

<file category="sourceC" name="examples/common/scenes/watch/arm_2d_scene_watch.c" attr="template" select="Scene Template: Watch" version="2.1.1" />
<file category="header" name="examples/common/scenes/watch/arm_2d_scene_watch.h" attr="template" select="Scene Template: Watch" version="2.1.1" />
<file category="sourceC" name="examples/common/scenes/watch/arm_2d_scene_watch.c" attr="template" select="Scene Template: Watch" version="2.1.2" />
<file category="header" name="examples/common/scenes/watch/arm_2d_scene_watch.h" attr="template" select="Scene Template: Watch" version="2.1.2" />

<file category="sourceC" name="examples/common/scenes/fitness/arm_2d_scene_fitness.c" attr="template" select="Scene Template: Fitness" version="1.3.1" />
<file category="header" name="examples/common/scenes/fitness/arm_2d_scene_fitness.h" attr="template" select="Scene Template: Fitness" version="1.3.1" />
Expand Down
2 changes: 1 addition & 1 deletion examples/common/scenes/histogram/arm_2d_scene_histogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ user_scene_histogram_t *__arm_2d_scene_histogram_init(
.fnOnFrameCPL = &__on_scene_histogram_frame_complete,
.fnDepose = &__on_scene_histogram_depose,

.bUseDirtyRegionHelper = false;
.bUseDirtyRegionHelper = false,
},
.bUserAllocated = bUserAllocated,
};
Expand Down
2 changes: 1 addition & 1 deletion examples/common/scenes/watch/arm_2d_scene_watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ user_scene_watch_t *__arm_2d_scene_watch_init( arm_2d_scene_player_t *ptDispAd

.tPISliderCFG = {
.fProportion = 0.3000f,
.fIntegration = 0.150f,
.fIntegration = 0.30f,
.nInterval = 10,
}

Expand Down

0 comments on commit c27b929

Please sign in to comment.