Created Drivers folder with ILI934x subproject (#209)

Refactored all existing boards to re-use the ILI934x driver code.
This commit is contained in:
Ken Van Hoeylandt
2025-02-08 18:54:09 +01:00
committed by GitHub
parent 8ccba15c25
commit c74006f8b6
27 changed files with 355 additions and 610 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
#include "hal/CoreS3DisplayConstants.h"
#include "Axp2101/Axp2101.h"
#include "Aw9523/Aw9523.h"
@@ -6,7 +5,7 @@
#include <Tactility/kernel/Kernel.h>
#include <driver/i2c.h>
#define TAG "core2"
#define TAG "cores3"
std::shared_ptr<Axp2101> axp2101;
std::shared_ptr<Aw9523> aw9523;