finish icon changes

This commit is contained in:
MX
2022-10-28 19:12:31 +03:00
parent 0349380347
commit 5277933980
17 changed files with 10 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ App(
order=175,
fap_icon="i2ctools.png",
fap_category="GPIO",
fap_icon_assets="images",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,6 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>
#include <i2cTools_icons.h>
#define APP_NAME "I2C Tools"

View File

@@ -2,6 +2,8 @@
#include <furi_hal.h>
#include <gui/gui.h>
#include <i2cTools_icons.h>
#include "../i2cscanner.h"
#define SCAN_MENU_TEXT "Scan"

View File

@@ -2,6 +2,8 @@
#include <furi_hal.h>
#include <gui/gui.h>
#include <i2cTools_icons.h>
#include "../i2csender.h"
#define SEND_MENU_TEXT "Send"

View File

@@ -2,6 +2,8 @@
#include <furi_hal.h>
#include <gui/gui.h>
#include <i2cTools_icons.h>
#include "../i2csniffer.h"
#define SNIFF_MENU_TEXT "Sniff"

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

View File

@@ -6,7 +6,7 @@
#include <storage/storage.h>
#include <lib/toolbox/path.h>
#include <assets_icons.h>
#include <SubGHz_Playlist_icons.h>
#include <lib/subghz/protocols/protocol_items.h>
#include <flipper_format/flipper_format_i.h>