ESP32 connect IPS130-v2 screen with micropython

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
traskiz
Posts: 3
Joined: Mon Mar 26, 2018 8:14 pm

ESP32 connect IPS130-v2 screen with micropython

Post by traskiz » Thu Oct 29, 2020 1:47 pm

Hello,
Can't find any tutorial for connecting ESP32 and IPS130-v2
Please help :(
Image
Image
Image

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: ESP32 connect IPS130-v2 screen with micropython

Post by pythoncoder » Thu Oct 29, 2020 2:24 pm

The display uses an ST7789 chip: see this Python driver which also references a faster version using C
Peter Hinch
Index to my micropython libraries.

traskiz
Posts: 3
Joined: Mon Mar 26, 2018 8:14 pm

Re: ESP32 connect IPS130-v2 screen with micropython

Post by traskiz » Thu Oct 29, 2020 9:20 pm

pythoncoder wrote:
Thu Oct 29, 2020 2:24 pm
The display uses an ST7789 chip: see this Python driver which also references a faster version using C
But how to connect? esp32 with screen?

Post Reply