unleashed-firmware/applications/playlist/application.fam

15 lines
268 B
Text
Raw Normal View History

2022-08-07 00:02:01 +00:00
App(
appid="playlist",
name="Playlist",
2022-08-07 00:02:01 +00:00
apptype=FlipperAppType.APP,
entry_point="playlist_app",
cdefines=["APP_PLAYLIST"],
2022-08-07 00:02:01 +00:00
requires=[
"gui",
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=2 * 1024,
order=11,
)