Zeroji / st7789v

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

Can support micropython? #2

Open m986883511 opened 3 years ago

m986883511 commented 3 years ago

like ESP32?

Zeroji commented 3 years ago

I don't own an ESP32, or any similar board, so I don't know.

This requires NumPy and PIL for BufferedDisplay so it may be too heavy for micropython, but if you just use a regular Display it uses GPIO and SPI libraries, I suppose micropython supports those.