Raspberry Pi Zero Used in Fractal Art Picture Frame

 Raspberry Pi.
Raspberry Pi.

We love the Raspberry Pi for its practical uses but it's always refreshing to see it adapted into works of art. Today, we’ve got a beautiful project put together by maker and developer Karl Mose. Using our favorite SBC, he’s created a digital picture frame that features unique automated fractal artwork.

The project consists of a wooden picture frame with a white bezel surrounding a display panel. Mose opted to use an eInk panel for the screen which has a few benefits including its low power usage as well as the fact that the last image to display on the screen will stay if the power is cut or lost.

This is more of a digital picture frame than a video project. The Raspberry Pi is responsible for generating the fractal artwork which can take well over an hour. This image then has to be formatted so it can be displayed with a black and white color scheme on the e-Ink screen. These images are programmed to change once every couple of hours. The Pi is otherwise idle until its time to generate and display another image.

Image 1 of 2

Raspberry Pi
Raspberry Pi

Image 2 of 2

Raspberry Pi
Raspberry Pi

For this project, Mose is using a Raspberry Pi Zero but there’s no reason you couldn’t use something else like a Pi 3B, 4 or 5. A newer Pi would take less time to generate the fractal artwork. However, there are benefits to using a model of Pi Zero because of its form factor and low power consumption. The Pi is connected to a 7.5-inch Waveshare screen with a resolution of 800 x 480px.

The program driving the digital fractal art frame was created by Mose from scratch. Mose was kind enough to make the project open source, so you can explore the code that makes it all happen over at GitHub. There you’ll find a few extra details and some Python files. You can also check the project’s GitHub page for updates in the future.

If you want to get a closer look at this Raspberry Pi project, check out the project page shared by Mose to Reddit.