Raspberry Pi Pico W Mandelbrot Set
Nov 3, 2023
Stumbled across a Python script to run a Mandelbrot set in ASCII in Python so I thought I would see how it ran on the RaspberryPi Pico.
After tweaking it slightly from the source it ended up like this mandelbrot.py
This results in the following;
I amended the code to update the OLED I was using in the temperature sensor tests mand_oled.
It does not process very fast in MicroPython as can be seen from this video and would probably would look better on a single colour OLED.
I am going to try doing the same in C to see how much of a speed improvement there is over MicroPython.