LCD-show icon indicating copy to clipboard operation
LCD-show copied to clipboard

Results 57 LCD-show issues
Sort by recently updated
recently updated
newest added

I have been using the previous version of the 2.8 inch TFT display with ILI9341 specific libraries and now they won't work with my code. The Waveshare wiki did not...

After installing the 64-bit Kali Linux on my Raspberry Pi 4 the LCD show script doesn't seem to work. It fails to pull dependencies and reboots the RPI. The result...

Installed using LCD35-Show lite, display are fine but touch screen does not seem to work at all, any howtos for troubleshooting? Raspberry PI OS Linux raspberrypi 5.10.92-v7+ #1514 SMP Mon...

install driver after lcd reboot only the cursor flashes i don't see the boot process ![picture 2](https://user-images.githubusercontent.com/79470437/147505534-bd5b69b7-2267-42ed-be2c-5eb3accb045a.jpg)

Also, in my previous attempts to use LCD35-show the frame buffer copier fbcp did not install and I had to build and install it manually.

I upgraded to Debian version 11 (bullseye) on my Raspberry Pi 2 Model B and the LCD-show software for the 5 inch is not working. The display works with HDMI...

Installed the driver for XPT-2046 display and it simply broke my Pi. Any idea for any other driver I could use with the 3.5 inch touchscreen display that works?

`if [ -b /dev/mmcblk0p7 ]; then sudo cp ./cmdline.txt-noobs /boot/cmdline.txt else sudo cp ./cmdline.txt /boot/ fi` 这段没有考虑系统安装在USB或者硬盘的情况,复制本项目的cmdline 到/boot/ 下,会导致无法启动系统,造成假砖。 ps:usb 或硬盘启动cmdline是 ` root=PARTUUID=**********`,忘改进

Good day, Today I struggled with a problem, where I use a TFT display with Raspberry PI 3B+. In addition to this, I use SX1276 radio module, which also works...

I have this screen: https://www.waveshare.com/wiki/5inch_HDMI_LCD before i installed the touch driver i could use SPI in python without problems, now after installing the driver i get the error: ``` spi.open...