diff options
| author | ploopyco <54917504+ploopyco@users.noreply.github.com> | 2025-11-11 17:02:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 09:02:52 +1100 |
| commit | 1a4af3adf90bd7c20e2faa4eed6715845e7f7fd6 (patch) | |
| tree | 53be5c8d3d2abdaa41ed2f63051ffecdb7a6937e /docs | |
| parent | 99b1dc84da8ed3d2544824f3480090cdb201f0fd (diff) | |
Add PixArt PAW-3222 mouse sensor driver (#25763)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features/pointing_device.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/features/pointing_device.md b/docs/features/pointing_device.md index d6dcddcdf0..eedbf59b95 100644 --- a/docs/features/pointing_device.md +++ b/docs/features/pointing_device.md | |||
| @@ -267,6 +267,23 @@ The paw 3204 sensor uses a serial type protocol for communication, and requires | |||
| 267 | 267 | ||
| 268 | The CPI range is 400-1600, with supported values of (400, 500, 600, 800, 1000, 1200 and 1600). Defaults to 1000 CPI. | 268 | The CPI range is 400-1600, with supported values of (400, 500, 600, 800, 1000, 1200 and 1600). Defaults to 1000 CPI. |
| 269 | 269 | ||
| 270 | ### PAW-3222 Sensor | ||
| 271 | |||
| 272 | To use the PAW-3222 sensor, add this to your `rules.mk`: | ||
| 273 | |||
| 274 | ```make | ||
| 275 | POINTING_DEVICE_DRIVER = paw3222 | ||
| 276 | ``` | ||
| 277 | |||
| 278 | The following pins must be defined in `config.h`: | ||
| 279 | |||
| 280 | | Setting (`config.h`) | Description | Default | | ||
| 281 | | --------------------- | ------------------------------------------------------------------ | ---------------------------- | | ||
| 282 | | `PAW3222_CS_PIN` | (Required) The pin connected to the chip select pin of the sensor. | `POINTING_DEVICE_CS_PIN` | | ||
| 283 | | `PAW3222_SPI_DIVISOR` | (Required) The SPI clock divisor. This is dependent on your MCU. | _not defined_ | | ||
| 284 | |||
| 285 | The CPI range is up to 4,000. Defaults to 1,000 CPI. | ||
| 286 | |||
| 270 | ### Pimoroni Trackball | 287 | ### Pimoroni Trackball |
| 271 | 288 | ||
| 272 | To use the Pimoroni Trackball module, add this to your `rules.mk`: | 289 | To use the Pimoroni Trackball module, add this to your `rules.mk`: |
