Fixes for colours and margins in GPIO app and more (#284)

- Fixes for colours and margins in GPIO app
- Removed unused imports
This commit is contained in:
Ken Van Hoeylandt
2025-06-01 17:52:09 +02:00
committed by GitHub
parent e4ecec64c9
commit 3dfc27e93e
9 changed files with 47 additions and 28 deletions
@@ -1,13 +1,5 @@
#pragma once
#include <TactilityCore.h>
#include <Mutex.h>
#include <Thread.h>
#include "lvgl.h"
#include <Tactility/hal/i2c/I2c.h>
#include "Timer.h"
#include <memory>
namespace tt::app::i2cscanner {
void start();