My FT800 lib

Dependents:   Radar1

Files at this revision

API Documentation at this revision

Comitter:
Vitan
Date:
Thu Apr 25 11:17:40 2019 +0000
Parent:
6:16e22c789f7d
Commit message:
My FT800 lib

Changed in this revision

FT_Gpu.h Show annotated file Show diff for this revision Revisions of this file
FT_LCD_Type.h Show annotated file Show diff for this revision Revisions of this file
FT_Platform.h Show annotated file Show diff for this revision Revisions of this file
--- a/FT_Gpu.h	Tue Feb 10 23:32:22 2015 +0000
+++ b/FT_Gpu.h	Thu Apr 25 11:17:40 2019 +0000
@@ -13,7 +13,7 @@
 
 #define FT800_VERSION "1.9.0"
 #define ADC_DIFFERENTIAL     1UL
-#define ADC_SINGLE_ENDED     0UL
+//#define ADC_SINGLE_ENDED	 0UL
 #define ADPCM_SAMPLES        2UL
 #define ALWAYS               7UL
 #define ARGB1555             0UL
--- a/FT_LCD_Type.h	Tue Feb 10 23:32:22 2015 +0000
+++ b/FT_LCD_Type.h	Thu Apr 25 11:17:40 2019 +0000
@@ -10,17 +10,17 @@
 /* Global variables for display resolution to support various display panels */
 /* Default is WQVGA - 480x272 */
 
-#define my_DispWidth  480
-#define my_DispHeight 272
-#define my_DispHCycle 548
-#define my_DispHOffset 43
-#define my_DispHSync0  0
-#define my_DispHSync1  41
-#define my_DispVCycle  292
+#define my_DispWidth    480
+#define my_DispHeight   272
+#define my_DispHCycle   548
+#define my_DispHOffset  43
+#define my_DispHSync0   0
+#define my_DispHSync1   41
+#define my_DispVCycle   292
 #define my_DispVOffset  12
-#define my_DispVSync0  0
-#define my_DispVSync1  10
-#define my_DispPCLK  5
+#define my_DispVSync0   0
+#define my_DispVSync1   10
+#define my_DispPCLK     5
 #define my_DispSwizzle  0
 #define my_DispPCLKPol  1
 
--- a/FT_Platform.h	Tue Feb 10 23:32:22 2015 +0000
+++ b/FT_Platform.h	Thu Apr 25 11:17:40 2019 +0000
@@ -13,10 +13,4 @@
 #include "FT_color.h"
 
 #endif /*_FT_PLATFORM_H_*/
-/* Nothing beyond this*/
-
-
-
-
-
-
+/* Nothing beyond this*/
\ No newline at end of file