mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
11 lines
245 B
Text
11 lines
245 B
Text
|
App(
|
||
|
appid="example_images",
|
||
|
name="Example: Images",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="example_images_main",
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
fap_category="Examples",
|
||
|
fap_icon_assets="images",
|
||
|
)
|