finish icon changes
@@ -9,4 +9,5 @@ App(
|
||||
order=175,
|
||||
fap_icon="i2ctools.png",
|
||||
fap_category="GPIO",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
BIN
applications/plugins/flipper_i2ctools/images/ButtonDown_7x4.png
Normal file
|
After Width: | Height: | Size: 102 B |
BIN
applications/plugins/flipper_i2ctools/images/ButtonLeft_4x7.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
applications/plugins/flipper_i2ctools/images/ButtonRight_4x7.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
applications/plugins/flipper_i2ctools/images/ButtonUp_7x4.png
Normal file
|
After Width: | Height: | Size: 102 B |
BIN
applications/plugins/flipper_i2ctools/images/Ok_btn_9x9.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -1,6 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
#include <i2cTools_icons.h>
|
||||
|
||||
#define APP_NAME "I2C Tools"
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
|
||||
#include <i2cTools_icons.h>
|
||||
|
||||
#include "../i2cscanner.h"
|
||||
|
||||
#define SCAN_MENU_TEXT "Scan"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
|
||||
#include <i2cTools_icons.h>
|
||||
|
||||
#include "../i2csender.h"
|
||||
|
||||
#define SEND_MENU_TEXT "Send"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#include <furi_hal.h>
|
||||
#include <gui/gui.h>
|
||||
|
||||
#include <i2cTools_icons.h>
|
||||
|
||||
#include "../i2csniffer.h"
|
||||
|
||||
#define SNIFF_MENU_TEXT "Sniff"
|
||||
|
||||
@@ -9,4 +9,5 @@ App(
|
||||
order=14,
|
||||
fap_icon="playlist_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
||||
BIN
applications/plugins/playlist/images/ButtonRight_4x7.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
applications/plugins/playlist/images/sub1_10px.png
Normal file
|
After Width: | Height: | Size: 299 B |
@@ -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>
|
||||
|
||||