mbed library for XPT2046 SPI Touchscreen Controller (TFT_320QVT module)

Files at this revision

API Documentation at this revision

Comitter:
smejky
Date:
Wed Dec 01 15:31:04 2021 +0000
Parent:
0:a275ef704eb8
Commit message:
my display;

Changed in this revision

UTouchCD.h Show annotated file Show diff for this revision Revisions of this file
diff -r a275ef704eb8 -r 1840ecdcb109 UTouchCD.h
--- a/UTouchCD.h	Mon Jan 11 09:35:33 2016 +0000
+++ b/UTouchCD.h	Wed Dec 01 15:31:04 2021 +0000
@@ -32,9 +32,9 @@
 extern "C" {
 #endif
 
-#define CAL_X   0x003B8EE2UL
-#define CAL_Y   0x03C4014CUL
-#define CAL_S   0x000EF13FUL
+#define CAL_X 0x041E80EDUL
+#define CAL_Y 0x002A0F6FUL
+#define CAL_S 0x000EF13FUL
 
 #ifdef __cplusplus
 }