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