https://github.com/angelodlfrtr/goodixgt911go
Basic command line tool / golang lib to configure "touch level" (sensivity) on goodix gt911 devices via i2c
https://github.com/angelodlfrtr/goodixgt911go
Last synced: 3 months ago
JSON representation
Basic command line tool / golang lib to configure "touch level" (sensivity) on goodix gt911 devices via i2c
- Host: GitHub
- URL: https://github.com/angelodlfrtr/goodixgt911go
- Owner: angelodlfrtr
- Created: 2022-11-14T21:32:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T18:36:27.000Z (over 2 years ago)
- Last Synced: 2025-01-02T05:29:49.645Z (5 months ago)
- Language: Go
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goodix gt911 touch level configurator
Ultra basic command line tool / golang lib to configure "touch level" (sensivity)
on goodix gt911 devices via i2c, since the linux driver for goodix devices does not
allow this kind of config directly.## Ressources
- Linux driver source code : https://github.com/torvalds/linux/blob/master/drivers/input/touchscreen/goodix.c
- GT911 Datasheet : https://www.distec.de/fileadmin/pdf/produkte/Touchcontroller/DDGroup/GT911_Datasheet.pdf
- GT911 Programming guide : `docs` folder
- NXP community : https://community.nxp.com/t5/i-MX-Processors/Lcd-touch-sensitivity-issue-goodix/m-p/1315673#M177678