From a012ec78e0f2f51fb130192427596b001c82b139 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Wed, 17 Jan 2024 10:26:35 -0600 Subject: [PATCH] Version 1.9 - fix first LED "laggy" issue (reported by Z3BRO). --- gpio/ws2812b_tester/README.md | 2 ++ gpio/ws2812b_tester/application.fam | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gpio/ws2812b_tester/README.md b/gpio/ws2812b_tester/README.md index 128c3cb..33d9506 100644 --- a/gpio/ws2812b_tester/README.md +++ b/gpio/ws2812b_tester/README.md @@ -23,6 +23,8 @@ This application has three submenu items: The "About" menu item contains information about the application. # Updates +- Version 1.9 + - Use logic LOW instead of HIGH as resting state. Fixes first LED was "laggy" issue. - Version 1.8 - Renamed app to fit on Flipper Zero main menu screen - Improved initialization to only happen when configuring the LEDs diff --git a/gpio/ws2812b_tester/application.fam b/gpio/ws2812b_tester/application.fam index a1eaba9..a213daa 100644 --- a/gpio/ws2812b_tester/application.fam +++ b/gpio/ws2812b_tester/application.fam @@ -3,7 +3,7 @@ App( name="WS2812B LED Tester", apptype=FlipperAppType.EXTERNAL, entry_point="ws2812b_led_tester_app", - fap_version=(1, 8), + fap_version=(1, 9), stack_size=4 * 1024, requires=[ "gui",