Home
last modified time | relevance | path

Searched +full:rpi +full:- +full:lcd +full:- +full:35 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/
Dilitek,ili9486.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
17 - $ref: panel/panel-common.yaml#
22 - enum:
23 # Waveshare 3.5" 320x480 Color TFT LCD
24 - waveshare,rpi-lcd-35
25 # Ozzmaker 3.5" 320x480 Color TFT LCD
26 - ozzmaker,piscreen
[all …]
/Linux-v6.1/drivers/gpu/drm/tiny/
Dili9486.c1 // SPDX-License-Identifier: GPL-2.0+
38 * The PiScreen/waveshare rpi-lcd-35 has a SPI to 16-bit parallel bus converter
39 * in front of the display controller. This means that 8-bit values have to be
40 * transferred as 16-bit.
45 struct spi_device *spi = mipi->spi; in waveshare_command()
53 return -ENOMEM; in waveshare_command()
56 * The displays are Raspberry Pi HATs and connected to the 8-bit only in waveshare_command()
57 * SPI controller, so 16-bit command and parameters need byte swapping in waveshare_command()
58 * before being transferred as 8-bit on the big endian SPI bus. in waveshare_command()
63 gpiod_set_value_cansleep(mipi->dc, 0); in waveshare_command()
[all …]