Skip to content

Commit

Permalink
add new demo for monochrome
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Nov 27, 2024
1 parent cf39fe2 commit c65ba23
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 12 deletions.
27 changes: 15 additions & 12 deletions ARM.Arm-2D.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -752,25 +752,28 @@
</RTE_Components_h>
</component>

<component Cclass="Acceleration" Cgroup="Arm-2D Demos" Csub="Monochrome" Cversion="1.4.2" condition="Arm-2D-Demos">
<component Cclass="Acceleration" Cgroup="Arm-2D Demos" Csub="Monochrome" Cversion="1.5.0" condition="Arm-2D-Demos">
<description>An series of demos for monochrome screens, for example OLEDs and e-ink paper devices. </description>
<files>
<!-- scene for loading -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_loading.c" attr="config" version="1.2.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_loading.h" attr="config" version="1.2.1" />
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_loading.c" attr="config" version="1.2.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_loading.h" attr="config" version="1.2.1" />
<!-- scene for histogram -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_histogram.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_histogram.h" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_histogram.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_histogram.h" attr="config" version="1.0.1" />
<!-- scene for clock -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_clock.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_clock.h" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/SquareDigits.c" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_clock.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_clock.h" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/SquareDigits.c" attr="config" version="1.0.1" />
<!-- scene for list -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_list.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_list.h" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_list.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_list.h" attr="config" version="1.0.1" />
<!-- scene for text tracking list -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_tracking_list.c" attr="config" version="1.0.0" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_tracking_list.h" attr="config" version="1.0.0" />
<!-- scene for icon menu -->
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_icon_menu.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_icon_menu.h" attr="config" version="1.0.1" />
<file category="sourceC" name="examples/demos/monochrome/arm_2d_scene_mono_icon_menu.c" attr="config" version="1.0.1" />
<file category="header" name="examples/demos/monochrome/arm_2d_scene_mono_icon_menu.h" attr="config" version="1.0.1" />
</files>

<RTE_Components_h>
Expand Down
4 changes: 4 additions & 0 deletions examples/[template][pc][vscode]/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ static demo_scene_t const c_SceneLoaders[] = {
7000,
scene_mono_list_loader,
},
{
10000,
scene_mono_tracking_list_loader,
},
{
12000,
scene_mono_icon_menu_loader,
Expand Down
Loading

0 comments on commit c65ba23

Please sign in to comment.