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

Hello! I'm working on fun project in which it would be very very helpful to get 2 SPI displays working simultaneously. It's for a scientific research application (I'm happy to...

Hi Everyone, This might be random but I'm look for some help: I am working on a prototype CNC pendant (see below) which uses the ili9341 with a touch screen....

since mmap memory allocate by GPU trigger SIGBUS in 64bit system, I change DMA memory allocate to vcsm-cma. I test only on rpi zero 2w, screen info: ili9341, resolution is...

How can I fix the screen freezing to a still image? I was trying to make a simple text file and screen kept freezing and I wanted to save my...

Was there a performance issue or something similar that required doing configuration via compile-time flags ass opposed to command line switches or a config file?

Hello everyone. I'm working through a project with a display mounted in portrait, and I have hit a wall. the issues begin the moment i comment out `#define DISPLAY_OUTPUT_LANDSCAPE` So...

In trying to get the 2.8" ILI9341 display working with a Banana Pi M2 0 running raspbian, I have installed and built the packages from: https://github.com/juj/fbcp-ili9341.git However when attempting to...

displays only the pixel at the bottom. rpi 3B bullseye config.txt hdmi_group=2 hdmi_mode=87 hdmi_cvt=240 240 60 1 0 0 0 hdmi_force_hotplug=1 Or the same result hdmi_force_hotplug=1 gpio BCM 7 CS...

Raspberry Pi 3b HiLetgo 2.8" TFT Managed to get the display to show something, but the mouse wont move and there is no desktop icons and taskbar. When I plug...

I have tried setting my parameters like so for my raspberry pi zero 2 w running retropie and my generic ili9341 display (https://www.amazon.ca/Module-daffichage-ILI9341-fonction-tactile/dp/B07BDML7LM/ref=sr_1_1_sspa?crid=DZH96OQAU1ZC&keywords=ili9341&qid=1649884052&sprefix=%2Caps%2C180&sr=8-1-spons&psc=1&smid=A36ZH2MCHPKXUA&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExNjlDMFUxWjNEOTlKJmVuY3J5cHRlZElkPUEwNTA5NjYwM0lUNVlFWTlJSkEwQyZlbmNyeXB0ZWRBZElkPUEwNzk0MzYyMTVPMUw1RVNUSFRCMiZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=): cmake -DILI9341=ON -DGPIO_TFT_DATA_CONTROL=24 -DGPIO_TFT_RESET_PIN=25 -DGPIO_TFT_BACKLIGHT=12 -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0...