mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
App(
|
|
appid="gpio",
|
|
name="GPIO",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="gpio_app",
|
|
cdefines=["APP_GPIO"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
# icon="A_GPIO_14",
|
|
order=50,
|
|
fap_icon="gpioIcon.png",
|
|
fap_category="Main",
|
|
fap_icon_assets="images",
|
|
fap_libs=["assets"],
|
|
)
|