aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
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
parent2ea27e0cdac91cd4743d9f12496bb3f911d9efa9 (diff)
First code tested on the actual pinetime hardware
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/st7789.cpp5
-rw-r--r--src/drivers/st7789.h14
2 files changed, 19 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"
diff --git a/src/drivers/st7789.h b/src/drivers/st7789.h
new file mode 100644
index 00000000..dc3f0833
--- /dev/null
+++ b/src/drivers/st7789.h
@@ -0,0 +1,14 @@
+//
+// Created by jf on 12/2/19.
+//
+
+#ifndef PINETIME_ST7789_H
+#define PINETIME_ST7789_H
+
+
+class st7789 {
+
+};
+
+
+#endif //PINETIME_ST7789_H