Skip to content

Mandelbrot image generator and quote display for the Inky Impression e-Ink display

Notifications You must be signed in to change notification settings

iguessthislldo/mandelquote

Repository files navigation

Mandelquote

Mandelbrot image generator quote display for a Raspberry Pi with a Pimoroni Inky Impression display. It will probably work with other Inky displays. Can be run without a Raspberry Pi or Inky display, in which case it will generate a series of PNGs.

Running

First install the required dependencies:

pip3 install -r requirements.txt

To use an Inky display with a Raspberry Pi, install the Inky library:

pip3 install inky[rpi]

Then to run manually, simply:

./mandelbrot.py

Parameters can be tweaked inside the script and quotes can be changed in quotes.txt.

Example Output

Mandlebrot example 1 Mandlebrot example 2 Mandlebrot example 3 Mandlebrot example 4

About

Mandelbrot image generator and quote display for the Inky Impression e-Ink display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published