Files
Momentum-Firmware/applications/external/timelapse/application.fam
2023-03-17 22:50:23 +00:00

17 lines
506 B
Plaintext

App(
appid="GPIO_Timelapse",
name="[GPIO] Timelapse",
apptype=FlipperAppType.EXTERNAL,
entry_point="zeitraffer_app",
cdefines=["APP_ZEITRAFFER"],
requires=["gui", "input", "notification", "gpio"],
stack_size=2 * 1024,
order=90,
fap_icon_assets="icons",
fap_icon="zeitraffer.png",
fap_category="GPIO",
fap_description="Simple intervalometer app",
fap_author="Aurelius Rosenbaum",
fap_weburl="https://github.com/theageoflove/flipperzero-zeitraffer",
)