minor edits

blakadder 2019-11-02 01:08:52 +01:00
parent 6e0f4c6afb
commit 909d91ebc2
1 changed files with 10 additions and 3 deletions

@ -1,7 +1,7 @@
**This feature is not included in precompiled binaries.** To use it you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
```
#ifndef USE_PAJ7620
#define USE_PAJ7620 // PAJ7620 gesture sensor (I2C address 0x73) (+2.5k code)
#define USE_PAJ7620 // PAJ7620 gesture sensor (I2C address 0x73) (+2.5k code)
#endif
```
----
@ -9,7 +9,8 @@ PAJ7620U2 is an integrated gesture recognition sensor from PixArt-Imaging Inc. b
Gesture recognition seems to be more stable than with the [APDS-9960](APDS-9960), which on the other hand is a lot cheaper.
### Wiring breakout boards
## Configuration
### Wiring
| Breakout | ESP8266 |
|----------|-----------|
| VCC/VIN | +3.3VDC |
@ -77,4 +78,10 @@ example:
`…{x:1, y:15}` = upper left corner
The sensor provides some more goodies, like velocity of an object, so if someone has a fancy use case for this, feel free to open a feature request.
Of course it would be possible to mix the modes, but this can produce a lot of examples. This could be added later upon user request (based on real world use cases).
Of course it would be possible to mix the modes, but this can produce a lot of examples. This could be added later upon user request (based on real world use cases.
### Breakout boards
![image](https://user-images.githubusercontent.com/5904370/68062768-7839ce80-fd0c-11e9-8d9c-3e459e432929.png)
![](https://user-images.githubusercontent.com/5904370/68062691-3c9f0480-fd0c-11e9-9358-67fc147057f9.png)
![image](https://user-images.githubusercontent.com/5904370/68062808-bafba680-fd0c-11e9-9b29-01e84e059dfc.png)
![image](https://user-images.githubusercontent.com/5904370/68062824-f1392600-fd0c-11e9-8793-2df6399c3033.png)