18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
App(
|
|
appid="viewdispatcher_demo",
|
|
name="ViewDispatcher demo",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="viewdispatcher_demo_app",
|
|
cdefines=["VIEWDISPATCHER_DEMO_APP"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=100,
|
|
fap_description = "ViewDispatcher demo",
|
|
fap_author = "codeallnight",
|
|
fap_weburl = "https://github.com/jamisonderek/Flipper-Zero-tutorials",
|
|
fap_category="UI",
|
|
fap_icon="icon.png",
|
|
fap_libs=["assets"],
|
|
) |