i2cicons
@@ -9,4 +9,5 @@ App(
|
||||
order=175,
|
||||
fap_icon="i2ctools.png",
|
||||
fap_category="GPIO",
|
||||
fap_icon_assets="icons",
|
||||
)
|
||||
|
After Width: | Height: | Size: 102 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 102 B |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
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);
|
||||
|
||||