Page 1 of 1

ESP32 connect IPS130-v2 screen with micropython

Posted: Thu Oct 29, 2020 1:47 pm
by traskiz
Hello,
Can't find any tutorial for connecting ESP32 and IPS130-v2
Please help :(
Image
Image
Image

Re: ESP32 connect IPS130-v2 screen with micropython

Posted: Thu Oct 29, 2020 2:24 pm
by pythoncoder
The display uses an ST7789 chip: see this Python driver which also references a faster version using C

Re: ESP32 connect IPS130-v2 screen with micropython

Posted: Thu Oct 29, 2020 9:20 pm
by traskiz
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?