Files
Momentum-Firmware/applications/external/flashlight/application.fam
2023-08-31 16:40:04 +02:00

18 lines
498 B
Plaintext

App(
appid="flashlight",
name="[LED] Flashlight",
apptype=FlipperAppType.EXTERNAL,
entry_point="flashlight_app",
cdefines=["APP_FLASHLIGHT"],
requires=[
"gui",
],
stack_size=2 * 1024,
fap_icon="flash10px.png",
fap_category="GPIO",
fap_author="@xMasterX",
fap_weburl="https://github.com/xMasterX/flipper-flashlight",
fap_version="1.0",
fap_description="Enables 3.3v on pin 7/C3 when you press Ok and leaves it on when you exit app",
)