flipper-zero-tutorials/ui/basic_scenes/application.fam

10 lines
240 B
Plaintext
Raw Normal View History

2023-06-04 21:44:27 +00:00
App(
appid="basic_scenes",
2023-06-04 21:44:27 +00:00
name="Basic Scenes Demo",
apptype=FlipperAppType.EXTERNAL,
entry_point="basic_scenes_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="basic_scenes.png",
fap_category="Misc",
)