Skip to content

Commit

Permalink
icons update
Browse files Browse the repository at this point in the history
  • Loading branch information
NaejEL committed Oct 28, 2022
1 parent f7c04a6 commit 167914c
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ App(
order=175,
fap_icon="i2ctools.png",
fap_category="GPIO",
fap_icon_assets="images",
)
Binary file added images/ButtonDown_7x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ButtonLeft_4x7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ButtonRight_4x7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ButtonUp_7x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Ok_btn_9x9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/passport_bad3_46x49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/passport_happy2_46x49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/passport_happy3_46x49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion views/main_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>

#include <i2cTools_icons.h>
#define APP_NAME "I2C Tools"

#define SCAN_MENU_TEXT "Scan"
Expand Down
2 changes: 1 addition & 1 deletion views/scanner_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>

#include <i2cTools_icons.h>
#include "../i2cscanner.h"

#define SCAN_MENU_TEXT "Scan"
Expand Down
2 changes: 1 addition & 1 deletion views/sender_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>

#include <i2cTools_icons.h>
#include "../i2csender.h"

#define SEND_MENU_TEXT "Send"
Expand Down
2 changes: 1 addition & 1 deletion views/sniffer_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>

#include <i2cTools_icons.h>
#include "../i2csniffer.h"

#define SNIFF_MENU_TEXT "Sniff"
Expand Down

0 comments on commit 167914c

Please sign in to comment.