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 do not understand hardware, numbering chips etc. unfortunately. Is it this driver compatible with GamePi20? I using it with standard Raspbian Pi OS Lite. Thank you for the...

retired

I took a stab at adding support for the ["Adafruit Mini PiTFT - 135x240 Color TFT Add-on for Raspberry Pi"](https://www.adafruit.com/product/4393). It took me several evenings of fiddling to even get...

hi, i trying to get fbcp-ili9341 running. but no success. instead this python code runs on the same wiring perfectly: https://github.com/solinnovay/Python_ST7789 seems to be a 7789 driver with the CS-Pin...

Now that I have a working copy of this library (#171), I'm impressed. I'd like to use it in one of my projects, but there are a few missing things....

Hello! Novice to this, and have been following the README here to drive graphics through my Adafruit 240x240 which appears to have been successfully tested. However, the later cmake examples...

## I am experiencing a problem that cannot work on 2020-12-02-raspios ### I used WaveShare RPI LCD (B) IPS ### OS:2020-12-02-raspios ### borad: 4b ## The screen is not responding,...

glad that i found your comments: https://github.com/juj/fbcp-ili9341/blob/662e8db76ba16d86cf6fd09d85240adc19e62735/waveshare35b.h#L8 which states: ``` // core_freq=400: CDIV=14, results in 28.57MHz // core_freq=255: CDIV=8, results in 31.875MHz ``` so i got my waveshare LCD A...

I followed the instructions here: https://github.com/juj/fbcp-ili9341/blob/master/README.md And I was trying to connect the Adafruit OLED 128x128 1.5' board to my Raspberry Pi 4B+, but it is just not working. The...

I stumbled about this project while trying to get a 2.2" inch display running on a `RPI3 B+` using a recent raspbian release . The display is connected without a...

I am currenlty trying to get this screen to work: https://www.waveshare.com/1.5inch-rgb-oled-module.htm my cmake code that i used was: cmake -DSSD1351=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=24 -DSPI_BUS_CLOCK_DIVISOR=30 -STATISTICS=0 ..