aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/st7789.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-02 19:42:10 +0100
committerJF <jf@codingfield.com>2019-12-02 19:42:10 +0100
commit66182d15bca7e88aaceee9bb4cc03218a4f24569 (patch)
treec99bcdade207963574634922f148ebd08cbde1f1 /src/drivers/st7789.cpp
parent2ea27e0cdac91cd4743d9f12496bb3f911d9efa9 (diff)
First code tested on the actual pinetime hardware
Diffstat (limited to 'src/drivers/st7789.cpp')
-rw-r--r--src/drivers/st7789.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/st7789.cpp b/src/drivers/st7789.cpp
new file mode 100644
index 00000000..6e2fb68b
--- /dev/null
+++ b/src/drivers/st7789.cpp
@@ -0,0 +1,5 @@
+//
+// Created by jf on 12/2/19.
+//
+
+#include "st7789.h"