Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit887c659

Browse files
authored
Update ft6x36.py
1 parentd79f3f6 commit887c659

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
classFT6x36(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)

[8]ページ先頭

©2009-2025 Movatter.jp