This commit is contained in:
RogueMaster
2022-10-28 11:36:58 -04:00
parent 878c76e3c3
commit a04573599e
12 changed files with 4 additions and 0 deletions
@@ -9,4 +9,5 @@ App(
order=175,
fap_icon="i2ctools.png",
fap_category="GPIO",
fap_icon_assets="icons",
)
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.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -1,4 +1,5 @@
#include "main_view.h"
#include "i2cTools_icons.h"
void draw_main_view(Canvas* canvas, i2cMainView* main_view) {
canvas_clear(canvas);
@@ -1,4 +1,5 @@
#include "scanner_view.h"
#include "i2cTools_icons.h"
void draw_scanner_view(Canvas* canvas, i2cScanner* i2c_scanner) {
canvas_clear(canvas);
@@ -1,4 +1,5 @@
#include "sender_view.h"
#include "i2cTools_icons.h"
void draw_sender_view(Canvas* canvas, i2cSender* i2c_sender) {
canvas_clear(canvas);