Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/display/
H A 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/drivers/gpu/drm/tiny/
H A Dili9486.c1 // SPDX-License-Identifier: GPL-2.0+
39 * The PiScreen/waveshare rpi-lcd-35 has a SPI to 16-bit parallel bus converter
40 * in front of the display controller. This means that 8-bit values have to be
41 * transferred as 16-bit.
46 struct spi_device *spi = mipi->spi; in waveshare_command()
55 return -ENOMEM; in waveshare_command()
58 * The displays are Raspberry Pi HATs and connected to the 8-bit only in waveshare_command()
59 * SPI controller, so 16-bit command and parameters need byte swapping in waveshare_command()
60 * before being transferred as 8-bit on the big endian SPI bus. in waveshare_command()
63 spi_bus_lock(spi->controller); in waveshare_command()
[all …]