I have RPi HAT HyperPixel 4.0 Square(720x720) with touch and wanna make it working on MaaxBoard Mini
I have gone trough source code from https://github.com/pimoroni/hyperpixel4/tree/square-pi4
So there is few steps I need to be done
- Enable all GPIO on 40 pin header (disable I2C and SPI)
- Make hyperpixel4-init source code to initi LCD (do bitbang)
- Edit dts to disable I2C/SPI
Now few steps that I don't quite understand is how to map parallel LCD to GPIO
Is there anyone that can help me with that part as is most challenging to me? Any help, guide or how to would be helpful
Thanks a lot