Lines Matching +full:one +full:- +full:timer +full:- +full:only
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nordic,nrf-led-matrix"
8 include: display-controller.yaml
11 row-gpios:
12 type: phandle-array
17 col-gpios:
18 type: phandle-array
23 pixel-mapping:
24 type: uint8-array
29 array corresponds to one pixel of the matrix and specifies the row
36 pixel-mapping = [00 13 01 14 02
41 - pixel (0,0) is controlled by row 0 and column 0
42 - pixel (1,0) is controlled by row 1 and column 3
43 - pixel (0,1) is controlled by row 2 and column 3
44 - pixel (1,1) is controlled by row 2 and column 4
47 refresh-frequency:
53 timer:
57 Reference to a TIMER instance for controlling refreshing of the matrix.
66 pixel-group-size:
70 This value specifies the maximum number of LEDs in one row that can
72 If set to 1, only a single LED is turned on in a particular time slot.
75 the timer interrupt handler.
80 defined by the number of CC channels in the used timer minus one.