aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/St7789.cpp
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-03-25 23:05:01 +0000
committerJF <JF002@users.noreply.github.com>2024-05-01 16:17:59 +0200
commit47c104643db6818fd92a1afb9a4ca3d64e95facd (patch)
tree877eca90c5234f75381d21ec019aadc04b3f951f /src/drivers/St7789.cpp
parent7b1110187e92c739f85fbfdcf80f4547f1283a33 (diff)
Move includes back
Diffstat (limited to 'src/drivers/St7789.cpp')
-rw-r--r--src/drivers/St7789.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/St7789.cpp b/src/drivers/St7789.cpp
index f1917a77..c81f3b58 100644
--- a/src/drivers/St7789.cpp
+++ b/src/drivers/St7789.cpp
@@ -1,4 +1,7 @@
#include "drivers/St7789.h"
+#include <hal/nrf_gpio.h>
+#include <nrfx_log.h>
+#include "drivers/Spi.h"
using namespace Pinetime::Drivers;