Hi All,
I'm wanting to extract the kivy window render as an image so that I can send this to a hardware specific display driver, which only accepts images.
Specifically, I want to render using an Raspberry Pi on an eInk Screen from pimoroni. They have a driver
https://github.com/pimoroni/inky which works via the SPI and I2C interfaces on the Pi to update the screen.
Is there a way to extract an image that is to be rendered from the Kivy App instance or similar function?
cheers
Peter