Skip to content

Commit d79f3f6

Browse files
authored
Update ft6x06.py
1 parent 2b498a7 commit d79f3f6

File tree

1 file changed

+3
-1
lines changed
  • api_drivers/common_api_drivers/indev

1 file changed

+3
-1
lines changed

api_drivers/common_api_drivers/indev/ft6x06.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
BITS = 8
99

1010
_FT6206_CHIPID = const(0x06)
11+
_FT6x06_CHIPID = const(0x11)
1112

1213

1314
class FT6x06(focaltech_touch.FocalTechTouch):
@@ -26,5 +27,6 @@ def __init__(
2627
startup_rotation,
2728
debug,
2829
None,
29-
_FT6206_CHIPID
30+
_FT6206_CHIPID,
31+
_FT6x06_CHIPID
3032
)

0 commit comments

Comments
 (0)