Просмотр исходного кода

update to latest ofw icons changes

MX 3 лет назад
Родитель
Сommit
7c2863d1d0

+ 1 - 0
application.fam

@@ -9,4 +9,5 @@ App(
     order=11,
     fap_icon="subbrute_10px.png",
     fap_category="Tools",
+    fap_icon_assets="images",
 )

BIN
images/ButtonDown_7x4.png


BIN
images/ButtonUp_7x4.png


BIN
images/DolphinNice_96x59.png


BIN
images/Sub1ghz_14/frame_01.png


BIN
images/Sub1ghz_14/frame_02.png


BIN
images/Sub1ghz_14/frame_03.png


BIN
images/Sub1ghz_14/frame_04.png


BIN
images/Sub1ghz_14/frame_05.png


BIN
images/Sub1ghz_14/frame_06.png


+ 1 - 0
images/Sub1ghz_14/frame_rate

@@ -0,0 +1 @@
+3

BIN
images/sub1_10px.png


+ 2 - 0
subbrute_i.h

@@ -16,6 +16,8 @@
 #include <gui/modules/widget.h>
 #include <gui/modules/loading.h>
 
+#include <SubGHz_Bruteforcer_icons.h>
+
 #include <dialogs/dialogs.h>
 
 #include <notification/notification.h>

+ 0 - 1
views/subbrute_main_view.c

@@ -5,7 +5,6 @@
 #include <input/input.h>
 #include <gui/elements.h>
 #include <gui/icon.h>
-#include <assets_icons.h>
 
 #define STATUS_BAR_Y_SHIFT 14
 #define TAG "SubBruteMainView"