summaryrefslogtreecommitdiff
path: root/src/drivers/st7789.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/st7789.h')
-rw-r--r--src/drivers/st7789.h14
1 files changed, 14 insertions, 0 deletions
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