VoodooI2CGoodix icon indicating copy to clipboard operation
VoodooI2CGoodix copied to clipboard

VoodooI2C satellite driver for Goodix touchscreens in C++

Results 8 VoodooI2CGoodix issues
Sort by recently updated
recently updated
newest added

Hello. I have created a fork of this project to support Win Max 2020 hardware: https://github.com/postkevone/VoodooI2CGoodix-winmax Everything works fine, but the gestures are very slow. Is there anything I can...

bug

works on big sur

1. Fixed multitouch problem for winmax. (By hard code the resolution of winmax in the driver, this is what makes it for winmax only) 2. Fixed initialization problem for winmax,...

## Description When the cursor is on another monitor and the touchscreen is interacted with, it actually moves the cursor or clicks on the other monitor, which is unexpected behavior....

bug

## Prerequisites * [ ] I have followed the [VoodooI2C installation instructions](https://voodooi2c.github.io/#Installation/Installation) * [ ] I have [patched my DSDT](https://github.com/alexandred/VoodooI2C-Patches) * [ ] I have followed the [GPIO pinning guide](https://voodooi2c.github.io/#GPIO%20Pinning/GPIO%20Pinning)...

question

## Description double click doesn't work, Gabe clicking 3-4 times will do the job doubler click should, page scroll doesn't even work, sometimes works with very low recognition rate, meaning...

bug

Right now, orientation, inversion, and scale swap quirks for the Chuwi Minibook 8 are [hardcoded into the driver](https://github.com/lazd/VoodooI2CGoodix/blob/master/VoodooI2CGoodix/VoodooI2CGoodixTouchDriver.cpp#L531-L536). These should be exposed as plist properties that can be edited for...

enhancement