Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazd/voodooi2cgoodix
VoodooI2C satellite driver for Goodix touchscreens in C++
https://github.com/lazd/voodooi2cgoodix
goodix hackintosh touchscreen voodooi2c voodooi2c-satellite
Last synced: 19 days ago
JSON representation
VoodooI2C satellite driver for Goodix touchscreens in C++
- Host: GitHub
- URL: https://github.com/lazd/voodooi2cgoodix
- Owner: lazd
- License: gpl-3.0
- Created: 2019-12-30T01:54:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T19:20:09.000Z (3 months ago)
- Last Synced: 2024-10-19T10:16:46.072Z (about 1 month ago)
- Topics: goodix, hackintosh, touchscreen, voodooi2c, voodooi2c-satellite
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 24
- Watchers: 7
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Releases](https://img.shields.io/github/release/lazd/VoodooI2CGoodix.svg)](https://github.com/lazd/VoodooI2CGoodix/releases)
[![Gitter chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg?colorB=ed1965)](https://gitter.im/lazd/VoodooI2CGoodix)
[![Donate on Patreon](https://img.shields.io/badge/patreon-donate-green.svg)](https://www.patreon.com/lazd)# VoodooI2CGoodix
VoodooI2CGoodix is a [VoodooI2C satellite](https://github.com/alexandred/VoodooI2C) that enables touchscreen support for the Goodix GT9111 and others in macOS.
## Supported Systems
VoodooI2CGoodix is confirmed working on the following systems:
* Chuwi MiniBook 8
* GPD P2 Max
* GPD Win 2
* GPD Pocket 2## Installation
1. Ensure your [DSDT is fully patched](https://github.com/alexandred/VoodooI2C-Patches), [GPIO pinned](https://voodooi2c.github.io/#GPIO%20Pinning/GPIO%20Pinning), and that VoodooI2C recognizes your I2C controllers. This kext will not work otherwise.
2. Ensure you've already installed the [latest version of VoodooI2C](https://github.com/alexandred/VoodooI2C/releases)
3. Download [the latest VoodooI2CGoodix release](https://github.com/lazd/VoodooI2CGoodix/releases) from the releases page.
4. Copy `VoodooI2CGoodix.kext` to `/Volumes/EFI/EFI/CLOVER/kexts/Other/` and restart.
## Usage
If installation was successful, you should now be able to tap and drag on the touchscreen. In addition, all trackpad gestures are supported, such as two finger scrolling, pinch to zoom, twist to rotate, etc. See the Trackpad preference pane in System Preferences for configuration and examples.
Finally, stylus support is present, with right click support using the stylus' button.
You will want to set your scroll direction to "Natural" in the Trackpad preference pane so scrolling with the touchscreen is intuitive.
You can also right click by tapping and holding.
## Support
If you're having problems with VoodooI2CGoodix, you've found a bug, or you have a great idea for a new feature, [file an issue](https://github.com/lazd/VoodooI2CGoodix/issues/new/choose)!
You can also chat with us [on gitter](https://gitter.im/lazd/VoodooI2CGoodix), but provide [all the necessary information](Troubleshooting.md) with your request or you will not be helped.
## Sponsor
If you like VoodooI2CGoodix, you can donate to support its continued development by donating on [Patreon](https://www.patreon.com/lazd)!
## License
This program is protected by the GPL license. Please refer to the [LICENSE](LICENSE) file for more information