Support asset packs in uhf rfid
@@ -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",
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||