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

Commitd79f3f6

Browse files
authored
Update ft6x06.py
1 parent2b498a7 commitd79f3f6

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

[8]ページ先頭

©2009-2025 Movatter.jp