/ESP32_Connected_TFT_Display

connect an ESP32 with an LCD via MQTT and draw 40x25 dots

Primary LanguageCCreative Commons Zero v1.0 UniversalCC0-1.0

ESP32 Connected TFT Display

Connect an ESP32 with an LCD via MQTT and draw 40x25 dots. The picture shows an example for a Mandelbrot set:

Mandelbrot Set on an ESP-WROVER-KIT

(tweet)

TTF Library

TTF library based on ESP32_TFT_library(66e39dd)

Build

requires esp-idf

Menuconfig

Configure your LCD display, MQTT broker and topic.

idf.py menuconfig

Build, Flash and Monitor

idf.py flash monitor