Zeroji / st7789v

Python module to control ST7789V-based displays
GNU General Public License v3.0
17 stars 6 forks source link

Micropython port ? #1

Open dnguyen76 opened 3 years ago

dnguyen76 commented 3 years ago

Hello Zeroji Do you plan to port your ST7789V software to Micropython to run with ESP32 board TTGO Display ? Kindly Daniel

Zeroji commented 3 years ago

Hi Daniel,

From a quick look it doesn't seem like the TTGO display uses a ST7789V controller, so part of the code would probably have to be reimplemented.

However, if you have a ST7789V display it might be possible to add ESP32 support, however I don't know if micropython would support the current (relatively) high-level image handling.

Regards, Zeroji

dnguyen76 commented 3 years ago

It seems TTGO T-DISPLAY board includes a ST7789V display I had use this board with ESP32-Arduino development framework These 2 links confirm ST7789V display https://f6czv.fr/wp-content/uploads/2020/04/pinmap-1-1536x1086.jpg https://fr.aliexpress.com/item/33048962331.html

Kind regards