Home
last modified time | relevance | path

Searched +full:extcomin +full:- +full:frequency (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/dts/bindings/display/
Dsharp,ls0xx.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
21 extcomin-gpios:
22 type: phandle-array
24 description: EXTCOMIN pin
26 The EXTCOMIN pin is where a square pulse for toggling VCOM will
29 extcomin-frequency:
32 description: EXTCOMIN pin toggle frequency
34 The frequency with which the EXTCOMIN pin should be toggled. See
35 datasheet of particular display. Higher frequency gives better
[all …]
/Zephyr-Core-2.7.6/boards/shields/ls0xx_generic/
Dls013b7dh03.overlay4 * SPDX-License-Identifier: Apache-2.0
9 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_HIGH>; /* D10 */
14 spi-max-frequency = <2000000>;
18 extcomin-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */
19 extcomin-frequency = <60>; /* required if extcomin-gpios is defined */
20 disp-en-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */
/Zephyr-Core-2.7.6/boards/shields/ls0xx_generic/doc/
Dindex.rst16 to a gpio. If devicetree contains ``disp-en-gpios`` then it will be set to
24 signal on the EXTCOMIN pin.
26 Currently the driver only supports VCOM toggling using the EXTCOMIN pin
28 When ``extcomin-gpios`` is defined, driver starts a thread which will
29 toggle EXTCOMIN at ``extcomin-frequency`` frequency. Higher frequency
30 gives better contrast while lower frequency saves power.
33 define ``extcomin-gpios`` and implement their preferred method in
39 +---------------+---------------------------------------------------------+
43 +---------------+---------------------------------------------------------+
45 +---------------+---------------------------------------------------------+
[all …]