mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
make clock external
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,11 +1,13 @@
|
|||||||
App(
|
App(
|
||||||
appid="clock",
|
appid="Clock",
|
||||||
name="Clock",
|
name="Clock",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="clock_app",
|
entry_point="clock_app",
|
||||||
cdefines=["APP_CLOCK"],
|
cdefines=["APP_CLOCK"],
|
||||||
requires=["gui"],
|
requires=["gui"],
|
||||||
icon="A_Clock_14",
|
# icon="A_Clock_14",
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=9,
|
order=9,
|
||||||
|
fap_icon="ClockIcon.png",
|
||||||
|
fap_category="Main",
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user