fbcp-ili9341 icon indicating copy to clipboard operation
fbcp-ili9341 copied to clipboard

A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero

Results 133 fbcp-ili9341 issues
Sort by recently updated
recently updated
newest added

Sorry for a dumb question, but does this driver work on a Pi Zero 2 W, since it's a different SoC from BC2835? I can't get it to work.

As soon as the Pi is booted up, the display takes on a white colour. After starting the driver from the command line, nothing changes. `pi@raspberrypi:~/fbcp-ili9341/build $ sudo ./fbcp-ili9341 bcm_host_get_peripheral_address:...

The screen is over heating where the flat cable is located. I did the entire process and it's working, but the thing is "burning". I'm using this module: http://www.lcdwiki.com/2.4inch_SPI_Module_ILI9341_SKU:MSP2402

First thing first, thank you for your work :) This repo has an amazing doc. I'm pretty new with raspberry pi, so if I need to share some other info,...

Is this compatible with the waveshare 2 inch ST7789V display as i have this display and wish to use it but i am in doubt if it will work or...

Added the [hack to work with ST7789VW screen by juj](https://github.com/juj/fbcp-ili9341/issues/178#issuecomment-748534058) forced to work only with ST7789VW screens

I have a problem with the ili9341 display on the SPI interface, because it hangs when loading the EmulationStation application in Retropie 4.8, which is shown in the picture ![343646656_768256311612071_5681354399795714952_n](https://github.com/juj/fbcp-ili9341/assets/76645178/6c920981-c354-4808-ab53-d95f0fa0268f)...

i have issue with lxde while i logging in display driver just crashing... this is my log of driver > bcm_host_get_peripheral_address: 0x3f000000, bcm_host_get_peripheral_size: 16777216, bcm_host_get_sdram_address: 0xc0000000 BCM core speed: current:...

### I solved it! My `-DSPI_BUS_CLOCK_DIVISOR` was at 4. I changed it now to `-DSPI_BUS_CLOCK_DIVISOR=30 ` **Disclaimer:** It's the first time I try to connect a display using SPI and...