Commit be05936
committed
boards: arduino: Giga Display Shield, touch points
Currently the config option:
CONFIG_INPUT_GT911_MAX_TOUCH_POINTS
is not defined for the Giga display shield and defaults
to 1. The valid range is 1-5, I have done most of my
own testing using 3 with the ArduinoGiga-zephyr
I have a PR against the ArduinoCore-zephyr project
which allows me to define a callback in the Arduino
system:
arduino/ArduinoCore-zephyr#134
And a version of the Arduino touch library with some
support, the fork/branch
https://github.com/KurtE/Arduino_GigaDisplayTouch/tree/zephyr
And an example sketch that does touch paint.
arduino/ArduinoCore-zephyr#92 (comment)
Note: my version of the Arduino touch library has no support
for gestures
Signed-off-by: Kurt Eckhardt <kurte@rockisland.com>1 parent e92468c commit be05936
File tree
1 file changed
+1
-0
lines changed- boards/shields/arduino_giga_display_shield/boards
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
0 commit comments