Lines Matching +full:led +full:- +full:strips
2 # SPDX-License-Identifier: Apache-2.0
5 Generic LED strip matrix (LED strip arranged in a grid pattern)
7 compatible: "led-strip-matrix"
9 include: display-controller.yaml
32 start-from-right:
35 Specify if the first LED is at the right.
49 start-from-bottom:
52 Specify if the first LED is at the bottom.
76 horizontal-modules:
91 vertical-modules:
111 modules-circulative:
126 modules-start-from-right:
141 modules-start-from-bottom:
156 led-strips:
160 Specify the LED strip that is the substance of the matrix.
161 If multiple strips are specified, they are "flattened" and sequentialized.
163 the first LED of `strip1` will be treated as the 129th LED.
167 chain-lengths:
171 It can omit the value if all strip nodes have a `chain-length` property.
173 [(width / horizontal-modules) * (height / vertical-modules)].
175 pixel-format:
180 See dt-bindings/display/panel.h for a list.