st7789_mpy icon indicating copy to clipboard operation
st7789_mpy copied to clipboard

Fast MicroPython driver for ST7789 display module written in C

Results 32 st7789_mpy issues
Sort by recently updated
recently updated
newest added

im use a GENERIC-7789 firmware and all fonts work on this firmware except Cyrillic , the README indicates that this font is frozen , tell me how to use it...

Would be a really good combination to add the module: https://github.com/python-ugame/micropython-stage Please let me know if that's something you would be interested in doing. Or maybe you can make instructions...

Hello. Tremendous repo. (Most other blogs left me without working v3 so far, well done here!) I noticed: """TTGO TWATCH-2020 V2 with ST7789 240x240 display""" in the tft_config.py so am...

Hi. The prebuilt firmware images provided use an outdated version of MicroPython and do not have the built in networking libraries. I was wondering if I could just add ST7789...

Hi, st7789/st7789.c is not compatible with the latest micropython version https://github.com/micropython/micropython/commit/3e2706a18dd4071d2d3040549786e659fc3b46b7 below is the diff that makes it work for me ```diff --git a/st7789/st7789.c b/st7789/st7789.c index 1eb78a9..13f2bab 100644 --- a/st7789/st7789.c...

It would be an awesome addition, if this library were to support showing animated gifs, similar to how JPGs/PNGs are supported with some gif specific additions, such as infinite repeat...

My original setup was using GP16 - GP21 for the SPI pins, and I kept getting the "Bad SCK Pin" error. so I changed over to the default GP8-GP13. SCK...

I have the exact display pictured in the readme with no cs pin. I'm trying to make this display work on the raspi pico w. I have installed the RP2W...

When you try to draw text to the very top of the screen, it only shows random pixels there instead. ![1F4296B2-6FAE-453A-BF8F-AB5DDD07B6E5](https://github.com/user-attachments/assets/742842fd-b33d-4d75-bc2b-806f0fb44526)

Could you update the firmwares please? (with latest micropython) I am unable to compile them myself right now, so it would be great if you would!