st7789py_mpy icon indicating copy to clipboard operation
st7789py_mpy copied to clipboard

Driver for 320x240, 240x240, 135x240 and 128x128 ST7789 displays written in MicroPython

Results 7 st7789py_mpy issues
Sort by recently updated
recently updated
newest added

Hello Russ. Thank you so much for providing this library. It has helped me learn a lot and improve several projects I am currently currently displaying sprites with bitmaps similar...

Is this code's format suitable to be modified to support the ST7796S displays? I am using a 2inch ST7789 at present and this code works well for me, but a...

What is needed to support a different screen resolution? I have a display that is using 240x280 pixels which I bought from here: https://www.azdelivery.de/products/1-69-zoll-tft-display I would love to implement this...

This library cannot be used with the WiFi function at the same time. As long as it is imported, the WiFi function will get stuck and cannot connect to the...

Add support to 8bit parallel bus with viper on write for increase speed. Subclassed from st7789py

Thank you very much for your contribution! I can see the maketoast.sh in toast examples,How can I use the sprites2bitmap.py file?Thank you!

Hi Russ, I have a LilyGo RP2040 with a 1.14" LCD display. I downloaded the st7789py.zip file, copied all the directories except for the doc directory to the LilyGO, and...