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",