ESP32 support for ST7789V TFT

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Bhuvan
Posts: 8
Joined: Mon Sep 03, 2018 2:30 pm

ESP32 support for ST7789V TFT

Post by Bhuvan » Tue Sep 04, 2018 8:28 am

Hi All,

Do micropython have support for ST7789V driver for TFT display ?
I gone through GitHub and found a link for TFT support on "loboris/MicroPython_ESP32_psRAM_LoBo" but this repository is different than "micropython/micropython" which i am using.

Is there any python script which i can directly import in "micropython/micropython" and use ?
Or i need to do some changes and add wrapper file for this ?

Thank you in advance.

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

Re: ESP32 support for ST7789V TFT

Post by OutoftheBOTS_ » Tue Sep 04, 2018 9:27 pm

I am not sure if it compatible with ili9341 but a very quick look over the datasheet looks like it might be.

Post Reply