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:
3:513297422037
Parent:
2:e078da558903
diff -r e078da558903 -r 513297422037 FT800.h
--- a/FT800.h	Fri Dec 04 09:56:29 2020 +0000
+++ b/FT800.h	Tue Dec 08 14:43:20 2020 +0000
@@ -1,27 +1,26 @@
 /*
- * 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
- *
- *
- *
- *  CONNECT
- *-----------------------------------------
- *  Break Out Board      FRDM-K64F
- *-----------------------------------------
- *  Pin 1 VDD      ----- +3.3V
- *  Pin 2 GND      ----- GND
- *  Pin 3 SPI SCLK ----- D13 (PTD1) SCK
- *  Pin 4 MISO     ----- D12 (PTD3) MISO
- *  PIN 5 MOSI     ----- D11 (PTD2) MOSI
- *  Pin 6 CS       ----- D10 (PTD0)
- *  Pin 7 INT      ----- D9  (PTC4)
- *  Pin 8 PD       ----- D8  (PTC12)
- *  Pin 17 BLVDD   ----- +3.3V
- *-----------------------------------------
- */
+* 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
+*
+*
+* CONNECTION
+*----------------------------------------
+* Break Out Board      FRDM-K64F
+*----------------------------------------
+* Pin 1 VDD      ----- +3.3V
+* Pin 2 GND      ----- GND
+* Pin 3 SPI SCLK ----- D13 (PTD1) SCK
+* Pin 4 MISO     ----- D12 (PTD3) MISO
+* PIN 5 MOSI     ----- D11 (PTD2) MOSI
+* Pin 6 CS       ----- D10 (PTD0)
+* Pin 7 INT      ----- D9  (PTC4)
+* Pin 8 PD       ----- D8  (PTC12)
+* Pin 17 BLVDD   ----- +3.3V
+*----------------------------------------
+*/
 
 #ifndef FT800_H
 #define FT800_H