Update WS2812B with .flipcorg data

This commit is contained in:
Derek Jamison
2023-11-25 18:30:52 -06:00
parent 04480cbbe3
commit 2739089114
10 changed files with 27 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ App(
name="WS2812B LED Tester App",
apptype=FlipperAppType.EXTERNAL,
entry_point="ws2812b_led_tester_app",
fap_version=(1, 2),
stack_size=4 * 1024,
requires=[
"gui",
@@ -10,5 +11,7 @@ App(
order=10,
fap_icon="app.png",
fap_category="GPIO",
fap_author="jamisonderek",
fap_description="WS2812B LED Tester App. This is intended to test that WS2812B LEDs are functioning correctly.",
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/gpio/ws2812b_tester",
)