Files
Momentum-Firmware/applications/plugins/clock/application.fam
VerstreuteSeele c02ce79f8c Application Galore
2022-12-20 06:28:52 +01:00

11 lines
211 B
Plaintext

App(
appid="ClockV1",
name="Clock",
apptype=FlipperAppType.EXTERNAL,
entry_point="clock_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="clock.png",
fap_category="Tools",
)