PAJ7620 edit

blakadder 2019-11-04 01:38:41 +01:00
parent 72cab63bde
commit c3d830720c
1 changed files with 8 additions and 3 deletions

@ -16,11 +16,16 @@ Gesture recognition seems to be more stable than with the [APDS-9960](APDS-9960)
|----------|-----------|
| VCC/VIN | +3.3VDC |
| GND | GND |
| SCL | GPIO I<sup>2</sup>C SCL |
| SDA | GPIO I<sup>2</sup>C SDA |
| SCL | GPIOy |
| SDA | GPIOx |
| INT | NC |
After configuring the GPIO's the driver will detect the PAJ7620 automatically.
### Tasmota
In the _Configuration -> Configure Module_ page assign:
1. GPIOx to `I2C SDA (6)`
2. GPIOy to `I2C SCL (5)`
After a reboot the driver will detect the PAJ7620 automatically.
> After restart Tasmota needs some time to completely configure its state. In this time frame it is likely to miss some gestures. This should stabilize after a few moments.