added subghz-playlist to main application menu
@@ -14,6 +14,7 @@ App(
|
|||||||
# "lfrfid_loader",
|
# "lfrfid_loader",
|
||||||
"nfc",
|
"nfc",
|
||||||
"subghz",
|
"subghz",
|
||||||
|
"sub_playlist_loader",
|
||||||
#"bad_usb",
|
#"bad_usb",
|
||||||
"bad_usb_loader",
|
"bad_usb_loader",
|
||||||
# "u2f",
|
# "u2f",
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ App(
|
|||||||
cdefines=["APP_PLAYLIST"],
|
cdefines=["APP_PLAYLIST"],
|
||||||
requires=["storage", "gui", "dialogs", "subghz"],
|
requires=["storage", "gui", "dialogs", "subghz"],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=200,
|
order=12,
|
||||||
fap_icon="playlist_10px.png",
|
fap_icon="playlist_10px.png",
|
||||||
fap_category="Tools",
|
fap_category="Main",
|
||||||
fap_icon_assets="images",
|
fap_icon_assets="images",
|
||||||
)
|
)
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
BIN
applications/main/sub_playlist/playlist_10px.png
Normal file
|
After Width: | Height: | Size: 137 B |
13
applications/main/sub_playlist_loader/application.fam
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
App(
|
||||||
|
appid="sub_playlist_loader",
|
||||||
|
name="Sub-GHz Playlist",
|
||||||
|
apptype=FlipperAppType.APP,
|
||||||
|
entry_point="sub_playlist_loader_app",
|
||||||
|
requires=[
|
||||||
|
"gui",
|
||||||
|
],
|
||||||
|
stack_size=int(2 * 1024),
|
||||||
|
icon="A_Sub_Playlist_14",
|
||||||
|
order=12,
|
||||||
|
link="/ext/apps/Main/SubGHz_Playlist.fap",
|
||||||
|
)
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
#include <applications/services/loader/loader_i.h>
|
||||||
|
|
||||||
|
#define TAG "sub_playlist_loader_app"
|
||||||
|
|
||||||
|
int32_t sub_playlist_loader_app(void* p) {
|
||||||
|
UNUSED(p);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
assets/icons/MainMenu/Sub_Playlist_14/frame_01.png
Normal file
|
After Width: | Height: | Size: 119 B |
BIN
assets/icons/MainMenu/Sub_Playlist_14/frame_02.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
assets/icons/MainMenu/Sub_Playlist_14/frame_03.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
assets/icons/MainMenu/Sub_Playlist_14/frame_04.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
assets/icons/MainMenu/Sub_Playlist_14/frame_05.png
Normal file
|
After Width: | Height: | Size: 119 B |
1
assets/icons/MainMenu/Sub_Playlist_14/frame_rate
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||