Files
Momentum-Firmware/applications/plugins/flashlight/application.fam
2023-01-11 02:25:17 +01:00

14 lines
295 B
Plaintext

App(
appid="Flashlight",
name="[GPIO] Flashlight",
apptype=FlipperAppType.EXTERNAL,
entry_point="flashlight_app",
cdefines=["APP_FLASHLIGHT"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
fap_icon="flash10px.png",
fap_category="GPIO",
)