diff --git a/examples/Makefile b/examples/Makefile index f18f90a..b37c7ed 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,7 +3,7 @@ # prefixed with the app_ prefix) BUILD_SUBDIRS = ./app_rgb_cycle_breathing_example \ ./app_hsv_cycle_example \ - ./app_volume_level_example \ + ./app_test_cycleHSV_with_vol_level_example \ ./app_test_fill_gradient_with_groups \ # This variable should contain a space separated list of all diff --git a/examples/app_hsv_cycle_example/bin/app_hsv_cycle_example.xe b/examples/app_hsv_cycle_example/bin/app_hsv_cycle_example.xe index af6619e..764eaf5 100644 Binary files a/examples/app_hsv_cycle_example/bin/app_hsv_cycle_example.xe and b/examples/app_hsv_cycle_example/bin/app_hsv_cycle_example.xe differ diff --git a/examples/app_rgb_cycle_breathing_example/bin/app_rgb_cycle_breathing_example.xe b/examples/app_rgb_cycle_breathing_example/bin/app_rgb_cycle_breathing_example.xe index 44c1664..0fa9bbc 100644 Binary files a/examples/app_rgb_cycle_breathing_example/bin/app_rgb_cycle_breathing_example.xe and b/examples/app_rgb_cycle_breathing_example/bin/app_rgb_cycle_breathing_example.xe differ diff --git a/examples/app_volume_level_example/Makefile b/examples/app_test_cycleHSV_with_vol_level_example/Makefile similarity index 100% rename from examples/app_volume_level_example/Makefile rename to examples/app_test_cycleHSV_with_vol_level_example/Makefile diff --git a/examples/app_volume_level_example/bin/app_volume_level_example.xe b/examples/app_test_cycleHSV_with_vol_level_example/bin/app_test_cycleHSV_with_vol_level_example.xe similarity index 77% rename from examples/app_volume_level_example/bin/app_volume_level_example.xe rename to examples/app_test_cycleHSV_with_vol_level_example/bin/app_test_cycleHSV_with_vol_level_example.xe index 99a76c0..11a0156 100644 Binary files a/examples/app_volume_level_example/bin/app_volume_level_example.xe and b/examples/app_test_cycleHSV_with_vol_level_example/bin/app_test_cycleHSV_with_vol_level_example.xe differ diff --git a/examples/app_volume_level_example/src/main.xc b/examples/app_test_cycleHSV_with_vol_level_example/src/main.xc similarity index 100% rename from examples/app_volume_level_example/src/main.xc rename to examples/app_test_cycleHSV_with_vol_level_example/src/main.xc diff --git a/examples/app_test_fill_gradient_with_groups/bin/app_test_fill_gradient_with_groups.xe b/examples/app_test_fill_gradient_with_groups/bin/app_test_fill_gradient_with_groups.xe index d9b935e..23ad47f 100644 Binary files a/examples/app_test_fill_gradient_with_groups/bin/app_test_fill_gradient_with_groups.xe and b/examples/app_test_fill_gradient_with_groups/bin/app_test_fill_gradient_with_groups.xe differ