-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 7cfe470
feat(touch): Support NG touch driver for P4 (#10448)
* feat(touch): Support NG touch driver for P4
* fix(ci): Touch test + IDF compilation fixes
* fix(ci): remove debug prints from touch test
* fix(ci): Fix touch test for esp32
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 59ca4e2 commit 7cfe470
File tree
14 files changed
+643
-46
lines changed- cores/esp32
- libraries/ESP32/examples
- DeepSleep/TouchWakeUp
- Touch
- TouchInterrupt
- TouchRead
- tests/validation/touch
14 files changed
+643
-46
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | + | ||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
317 | 318 |
| |
318 | 319 |
| |
319 | 320 |
| |
321 | + | ||
322 | + | ||
323 | + | ||
324 | + | ||
320 | 325 |
| |
321 | 326 |
| |
322 | 327 |
| |
|
0 commit comments