Library for FTDI FT800, Support up to 512 x 512 pixel resolution.

Dependents:   FT800-Demo-Sliders FT800-Clock FT800-Demo-Bitmap

Hardware

https://os.mbed.com/media/uploads/nz/display-43.jpg

Info

Revision:
0:b699e59d925b
Child:
1:97e9e011adec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FT800.h	Thu Dec 03 21:59:15 2020 +0000
@@ -0,0 +1,16 @@
+/*
+ * mbed Library for FTDI FT800
+ * ported to mbed by Nikolai Zimfer, 2020
+ * based on Original Code Sample from FTDI 
+ * & on the work of Peter Drescher: https://os.mbed.com/users/dreschpe
+ * & on the work of OptoLab: https://github.com/OptoLAB/FT800-ConnectEVE-Demo
+ */
+
+#ifndef FT800_H
+#define FT800_H
+
+#include "FT800_Display.h"
+#include "FT800_Registers.h"
+#include "FT800_Functions.h"
+
+#endif
\ No newline at end of file