ESP32 w/ Displays

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
semireg
Posts: 14
Joined: Mon Dec 18, 2017 3:53 pm

ESP32 w/ Displays

Post by semireg » Thu May 24, 2018 8:28 pm

Here's an interesting video showing ESP32 w/ Displays.

https://hackaday.com/2018/05/23/esp32-b ... -overview/

It'd be great to see MicroPython support on a few of these. :P

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: ESP32 w/ Displays

Post by OutoftheBOTS_ » Thu May 24, 2018 8:35 pm

The OLED driver is builtin to the official ESP32 MicriPython port and pythoncoder has added a great extension library for writing any font.

Laboris port has added a super impressive display module for the other TFTs see https://github.com/loboris/MicroPython_ ... ki/display

Post Reply