mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
App(
|
|
appid="RGB_LED",
|
|
name="[GPIO] RGB LED",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="rgb_led_app",
|
|
stack_size=1 * 1024,
|
|
cdefines=["APP_RGB_LED"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
order=60,
|
|
fap_icon="rgb_led_10px.png",
|
|
fap_category="GPIO_Extra",
|
|
fap_icon_assets="assets",
|
|
|
|
)
|