Library for FT810

Fork of FT800_3 by david childs

Files at this revision

API Documentation at this revision

Comitter:
cratliff
Date:
Wed May 10 14:20:35 2017 +0000
Parent:
8:4601ccd8a927
Commit message:
Remove USB TX RX so it will work with teensy

Changed in this revision

FT_Gpu_Hal.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FT_Gpu_Hal.cpp	Fri Apr 01 18:31:11 2016 +0000
+++ b/FT_Gpu_Hal.cpp	Wed May 10 14:20:35 2017 +0000
@@ -9,7 +9,7 @@
 #include "FT_Platform.h"
 #include "mbed.h"
 #include "FT_LCD_Type.h"
-Serial pc(USBTX, USBRX);
+//Serial pc(USBTX, USBRX);
 
 FT800::FT800(PinName mosi,
 			PinName miso,
@@ -62,7 +62,7 @@
 	//Read Register ID to check if FT800 is ready.
 	chipid = Rd8(  REG_ID);
 //	chipid = Rd8(0x0C0000);
-    pc.printf("ID%08X\n", chipid);
+//    pc.printf("ID%08X\n", chipid);
 	while(chipid != 0x7C)