Files
Momentum-Firmware/applications/plugins/timelapse/application.fam
RogueMaster dbb3d6738d new apps
2022-11-20 02:24:48 -05:00

14 lines
296 B
Plaintext

App(
appid="GPIO_Timelapse",
name="[GPIO] Timelapse",
apptype=FlipperAppType.EXTERNAL,
entry_point="zeitraffer_app",
cdefines=["APP_ZEITRAFFER"],
requires=[
"gui",
],
stack_size=1 * 1024,
order=90,
fap_icon="zeitraffer.png",
fap_category="GPIO",
)