st7735s: signs of life
[cortex-from-scratch] / include / drivers / st7735s.h
diff --git a/include/drivers/st7735s.h b/include/drivers/st7735s.h
new file mode 100644 (file)
index 0000000..d345c10
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __ST7735S_H
+#define __ST7735S_H
+
+extern void tft_init();
+
+#endif
+