Skip to content

Commit 887c659

Browse files
authored
Update ft6x36.py
1 parent d79f3f6 commit 887c659

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/ft6x36.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
_FT6x36_CHIPID_1 = const(0x36)
1212
_FT6x36_CHIPID_2 = const(0x64)
13+
_FT6x36_CHIPID_3 = const(0xCD)
1314

1415

1516
class FT6x36(focaltech_touch.FocalTechTouch):
@@ -29,5 +30,6 @@ def __init__(
2930
debug,
3031
None,
3132
_FT6x36_CHIPID_1,
32-
_FT6x36_CHIPID_2
33+
_FT6x36_CHIPID_2,
34+
_FT6x36_CHIPID_3
3335
)

0 commit comments

Comments
 (0)