ESPFractal

Simple implementation of a Mandelbrot fractal on an ESP with a TFT display

ESPFractal

Hardware

This sketch is intended for an ESP32 board connected to a TFT display supported by the TFT_eSPI library.

Arduino IDE or Arduino CLI

ESP32 board support installed

TFT_eSPI library installed

A configured TFT_eSPI setup file for your display controller, resolution, and pins

Getting Started

Clone or download this repository.

Open ESPFractal.ino in the Arduino IDE.

Install the TFT_eSPI library if it is not already installed.

Configure TFT_eSPI for your specific ESP32 and TFT display.

Select your ESP32 board and port.

Upload the sketch.