Searched +full:rpi +full:- +full:lcd +full:- +full:35 (Results 1 – 4 of 4) 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+38 * The PiScreen/waveshare rpi-lcd-35 has a SPI to 16-bit parallel bus converter39 * in front of the display controller. This means that 8-bit values have to be40 * 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 …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ __stack_chk_fail _ZSt19__throw_logic_errorPKc __stack_chk_guard __aeabi_unwind_cpp_pr0 __gxx_personality_v0 __cxa_end_cleanup _ZdlPv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_ _Znwj __cxa_pure_virtual ...