framebuffer

How to show an image direct from memory on RPI?

How to show an image direct from memory on RPI? Question: I want to create an image in PILLOW and show it on the display on a Raspberry Pi. Until now I have saved the image and have used omxiv to show the image. This is rather time consuming. from PIL import Image import os …

Total answers: 2