Searched +full:rpi +full:- +full:lcd +full:- +full:35 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---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 LCD24 - waveshare,rpi-lcd-3525 # Ozzmaker 3.5" 320x480 Color TFT LCD26 - ozzmaker,piscreen[all …]
1 // SPDX-License-Identifier: GPL-2.0+39 * The PiScreen/waveshare rpi-lcd-35 has a SPI to 16-bit parallel bus converter40 * in front of the display controller. This means that 8-bit values have to be41 * 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 …]