You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in your case you might be passing the GPIO pin wrong.. I had the same issue. When building the connections with the GPIO pins just connect it according to hardware pin number.. but in the code snippent by the screen manual would have a python or c code for examples. In my case waveshare screen had the following code
The pin number in the code can be different from the hardware pin count.
While executing the cmake build command pass your software gpio pin count
even though my hardware pins i connected were different.
run raspi-config to set
SPI Interface in Interface Options -> SPI -> Enabled
Enable the GL driver using Advanced options -> GL driver
reboot
build the fbcp with the -D driver on your LCD. I had a ST7789v with 320 and 240 aspect ratio so had to change C code refered in the issue.
When i run the sudo ./fbcp-ili9341 command the screen gets a bit brighter but remains white. And i get a Bus Error.
I am runng Bullseye on a raspberry pi zero 2w.
Can someone please help me i just want to display the Desktop of the Raspi.
The text was updated successfully, but these errors were encountered: