Support asset packs in uhf rfid

This commit is contained in:
Willy-JL
2023-11-18 22:40:55 +00:00
parent 675382d548
commit d1a1fe18ce
9 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
App(
appid="uhf_rfid",
name="[YRM100]UHF RFID",
name="[YRM100] UHF RFID",
apptype=FlipperAppType.EXTERNAL,
targets=["f7"],
entry_point="uhf_app_main",
@@ -10,7 +10,7 @@ App(
],
stack_size=8 * 1024,
order=30,
fap_icon="icons/uhf_10px.png",
fap_icon="uhf_10px.png",
fap_category="GPIO",
fap_icon_assets="icons",
fap_icon_assets_symbol="uhf_rfid",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 148 B

+2
View File
@@ -27,6 +27,8 @@
#include <uhf_rfid_icons.h>
#include <assets_icons.h>
#define UHF_TEXT_STORE_SIZE 128
// #define UHF_APPS_DATA_FOLDER EXT_PATH("apps_data")
// #define UHF_APPS_STORAGE_FOLDER
+2
View File
@@ -3,6 +3,8 @@
#include <flipper_format/flipper_format.h>
#include <uhf_rfid_icons.h>
#include <assets_icons.h>
#define TAG "UHFDevice"
static const char* uhf_file_header = "Flipper UHF RFID device";