Skip to content

Commit f58da80

Browse files
committed
Change rotation number to match etft
1 parent 385c741 commit f58da80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

TAMC_GT911.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
#define GT911_ADDR1 (uint8_t)0x5D
99
#define GT911_ADDR2 (uint8_t)0x14
1010

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
11+
#define ROTATION_LEFT (uint8_t)0
12+
#define ROTATION_INVERTED (uint8_t)1
13+
#define ROTATION_RIGHT (uint8_t)2
14+
#define ROTATION_NORMAL (uint8_t)3
1515

1616

1717
// Real-time command (Write only)

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TAMC_GT911
2-
version=1.0.0
2+
version=1.0.1
33
author=TAMC
44
maintainer=TAMC <[email protected]>
55
sentence=Arduino library for GT911

0 commit comments

Comments
 (0)