I saw that the Raspberry Pi has a lot of third-party screens and provides corresponding drivers, but zero seems to have no one to study this. I bought a 1.14-inch lcd screen driven by st_7789, but using gpio to simulate spi did not make the screen It’s working, can someone provide a solution, thank you
I also succeeded to make my display work but I’m limited to only 1 frame per second because I suppose the SPI clock is limited to 10Mhz. (in contrast it’s 10 time more and the screen is smoth on a raspberry pi )
Do you have also this problem or does the screen is smooth for you?
I also try to change the spi pin clock (spicc1: spi@15000{}) in meson-g12-common.dtsi file but I’m not sure that’s the right way to solve this problem