Lines Matching +full:modules +full:- +full:start +full:- +full:from +full:- +full:right
2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "led-strip-matrix"
9 include: display-controller.yaml
16 after reaching the right edge.
18 the right edge.
32 start-from-right:
35 Specify if the first LED is at the right.
37 * Start from the right with a serpentine layout
43 * Start from the right with a circulative layout
49 start-from-bottom:
54 * Start from the bottom with a circulative layout
60 * Start from the bottom with a serpentine layout
69 If the matrix consists of multiple modules, it is the sum of their widths.
74 If the matrix consists of multiple modules, it is the sum of their heights.
76 horizontal-modules:
80 If the display forms with multiple modules,
81 specify the horizontal number of modules.
85 * 8x4 display with 2 serpentine layout modules
91 vertical-modules:
95 If the display forms with multiple modules,
96 specify the vertical number of modules.
100 * 4x8 display with 2 serpentine layout modules
111 modules-circulative:
114 Specifies that the order of the modules that make up the matrix is circulative.
126 modules-start-from-right:
129 Specifies that modules are ordered from right to left.
131 * Start from the right with a module serpentine layout
136 * Start from the right with a module circulative layout
141 modules-start-from-bottom:
144 Specifies that modules are ordered from bottom to top.
146 * Start from the right with a module serpentine layout
151 * Start from the right with a module circulative layout
156 led-strips:
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.