summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
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 0000000..6e2fb68
--- /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 0000000..dc3f083
--- /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