Hi,
I am using a Raspberry Pi Zero 2W together with the HyperPixel 2.1”, which I would like to use to display some images. I have two options, whether using a bitmap or a svg file. Is there any code which includes an example of this?
Thank you in advanced,
As far as I remember, the HyperPixels behave just like monitors, so you’d just display the image the same way you would normally. If you want to display it programmatically you may be able to use PyGame to show it as a full-screen image.
Thank you very much, I’ll try to do so :).