mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
18 lines
498 B
Plaintext
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",
|
|
)
|