update api, add icons, fix picopass again

This commit is contained in:
MX
2022-09-15 01:14:55 +03:00
parent d47fdce337
commit 51ffdcd3bc
42 changed files with 3616 additions and 20 deletions
@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=1 * 1024,
order=30,
fap_icon="arkanoid_10px.png",
fap_category="Games",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -10,4 +10,6 @@ App(
],
stack_size=1 * 1024,
order=50,
fap_icon="barcode_10px.png",
fap_category="Misc",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=2 * 1024,
order=100,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -7,8 +7,6 @@ App(
requires=["gui", "storage", "dialogs", "input", "notification"],
stack_size=1 * 1024,
order=15,
fap_libs=[
"lfrfid",
"toolbox",
],
fap_icon="rfid_10px.png",
fap_category="Tools",
)
+1 -1
View File
@@ -4,7 +4,7 @@
#include <input/input.h>
#include <gui/gui.h>
#include <gui/modules/submenu.h>
#include "m-string.h"
#include <m-string.h>
#include <dialogs/dialogs.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -10,4 +10,6 @@ App(
],
stack_size=2 * 1024,
order=60,
fap_icon="mouse_10px.png",
fap_category="GPIO",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=1 * 1024,
order=19,
fap_icon="converter_10px.png",
fap_category="Misc",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -12,7 +12,7 @@ App(
stack_size=2 * 1024,
order=20,
fap_icon="../../../assets/icons/Archive/music_10px.png",
fap_category="Misc",
fap_category="Games",
)
App(
@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=2 * 1024,
order=70,
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
fap_category="GPIO",
)
@@ -105,7 +105,7 @@ ReturnCode picopass_detect_card(int timeout) {
err = rfalPicoPassPollerCheckPresence();
if(err != ERR_RF_COLLISION) {
FURI_LOG_E(TAG, "rfalPicoPassPollerCheckPresence error %d", err);
//FURI_LOG_E(TAG, "rfalPicoPassPollerCheckPresence error %d", err);
return err;
}
@@ -7,4 +7,6 @@ App(
requires=["storage", "gui", "dialogs", "subghz"],
stack_size=2 * 1024,
order=14,
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
fap_category="Tools",
)
@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=1 * 1024,
order=80,
fap_icon="safe_10px.png",
fap_category="GPIO",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui","dialogs"],
stack_size=2 * 1024,
order=11,
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
fap_category="Tools",
)
@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=2 * 1024,
order=20,
fap_icon="tetris_10px.png",
fap_category="Games",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=1 * 1024,
order=40,
fap_icon="tictactoe_10px.png",
fap_category="Games",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -6,4 +6,6 @@ App(
cdefines=["APP_WAV_PLAYER"],
stack_size=4 * 1024,
order=46,
fap_icon="wav_10px.png",
fap_category="Games",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=1 * 1024,
order=90,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -7,4 +7,6 @@ App(
requires=["gui"],
stack_size=2 * 1024,
order=110,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB