juj / fbcp-ili9341

A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero
MIT License
1.61k stars 267 forks source link

Pimoroni 1,3" SPI LCD Round, IPS LCD, 240x240 dont working #270

Open vocass opened 2 years ago

vocass commented 2 years ago

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 BCM 11 SCK BCM 10 MOSI BCM 9 DC BCM 19 backlight

code cmake -DPIRATE_AUDIO_ST7789_HAT=ON: -DSPI_BUS_CLOCK_DIVISOR=6 ..

Or the same result

cmake -DST7789=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DGPIO_TFT_DATA_CONTROL=9 -DARMV8A=ON ..

8042464C-0948-490B-BE2D-7EE2EF1A2A0D

jackcarey commented 2 years ago

I've had a similar issue with the Pimoroni 1.54" square display - did you manage to resolve this?