Add MATRIX_MASKED DD config (#25383)
This commit is contained in:
parent
bc5c5e3251
commit
a1a5869ef8
5 changed files with 25 additions and 15 deletions
|
|
@ -480,6 +480,9 @@ Configures the [LED Matrix](features/led_matrix) feature.
|
|||
* `io_delay` <Badge type="info">Number</Badge>
|
||||
* The amount of time to wait between row/col selection and col/row pin reading, in microseconds.
|
||||
* Default: `30` (30 µs)
|
||||
* `masked` <Badge type="info">Boolean</Badge>
|
||||
* Whether configured intersections should be ignored.
|
||||
* Default: `false`
|
||||
* `rows` <Badge type="info">Array: Pin</Badge>
|
||||
* A list of GPIO pins connected to the matrix rows.
|
||||
* Example: `["B0", "B1", "B2"]`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue