mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
App(
|
|
appid="Clock",
|
|
name="Clock",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="clock_app",
|
|
cdefines=["APP_CLOCK"],
|
|
requires=["gui"],
|
|
# icon="A_Clock_14",
|
|
stack_size=2 * 1024,
|
|
order=9,
|
|
fap_icon="ClockIcon.png",
|
|
fap_category="Main",
|
|
) |