choas / ESP32_Connected_TFT_Display

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 83.5%Language:C++ 16.2%Language:Makefile 0.3%Language:CMake 0.1%