We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385c741 commit f58da80Copy full SHA for f58da80
TAMC_GT911.h
@@ -8,10 +8,10 @@
8
#define GT911_ADDR1 (uint8_t)0x5D
9
#define GT911_ADDR2 (uint8_t)0x14
10
11
-#define ROTATION_NORMAL (uint8_t)0
12
-#define ROTATION_LEFT (uint8_t)1
13
-#define ROTATION_INVERTED (uint8_t)2
14
-#define ROTATION_RIGHT (uint8_t)3
+#define ROTATION_LEFT (uint8_t)0
+#define ROTATION_INVERTED (uint8_t)1
+#define ROTATION_RIGHT (uint8_t)2
+#define ROTATION_NORMAL (uint8_t)3
15
16
17
// Real-time command (Write only)
library.properties
@@ -1,5 +1,5 @@
1
name=TAMC_GT911
2
-version=1.0.0
+version=1.0.1
3
author=TAMC
4
maintainer=TAMC <[email protected]>
5
sentence=Arduino library for GT911
0 commit comments