st7789v
st7789v copied to clipboard
OrangePi Zero 2 Support?
https://github.com/rm-hull/OPi.GPIO
Have you tried writing a custom interface for it? Shouldn't be too hard if OPi is a drop-in replacement, have a look at st7789v/interface/raspberry.py and see if you can copy parts of it
Ideally you would be able to write:
with OrangePi(pin_cs=..., ...) as orange:
display = Display(orange)
display.initialize(...)