FAP lfrfid?
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="lfrfid",
|
||||
name="125 kHz RFID",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="lfrfid_app",
|
||||
cdefines=["APP_LF_RFID"],
|
||||
requires=[
|
||||
@@ -11,9 +11,12 @@ App(
|
||||
provides=[
|
||||
"lfrfid_start",
|
||||
],
|
||||
icon="A_125khz_14",
|
||||
# icon="A_125khz_14",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_category="Main",
|
||||
fap_icon="125_10px.png",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
BIN
applications/main/lfrfid/images/125_10px.png
Normal file
|
After Width: | Height: | Size: 308 B |
BIN
applications/main/lfrfid/images/ButtonRight_4x7.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
applications/main/lfrfid/images/DolphinCommon_56x48.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
applications/main/lfrfid/images/DolphinMafia_115x62.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
applications/main/lfrfid/images/DolphinNice_96x59.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
applications/main/lfrfid/images/NFC_manual_60x50.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
applications/main/lfrfid/images/RFIDDolphinReceive_97x61.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
applications/main/lfrfid/images/RFIDDolphinSend_97x61.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
applications/main/lfrfid/images/RFIDDolphinSuccess_108x57.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
applications/main/lfrfid/images/RFIDSmallChip_14x14.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
applications/main/lfrfid/images/SDQuestion_35x43.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <gui/gui.h>
|
||||
#include <gui/view.h>
|
||||
#include <assets_icons.h>
|
||||
#include <lfrfid_icons.h>
|
||||
#include <gui/view_dispatcher.h>
|
||||
#include <gui/scene_manager.h>
|
||||
#include <cli/cli.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "lfrfid_view_read.h"
|
||||
#include <gui/elements.h>
|
||||
#include <assets_icons.h>
|
||||
#include <lfrfid_icons.h>
|
||||
|
||||
#define TEMP_STR_LEN 128
|
||||
|
||||
|
||||