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

All the fonts on the display are mirrored backwards I'm using a 240 by 320 display, how do I fix that?

I have updated library in jpg function. Now you can stream jpeg file diretly from buffer. In ESP32-CAM usage case, camera buffer can be stream direclt to the LCD. I...

I used the precompiled MicroPython binaries v1.12 for my TTGO T-Display since June 2020 and it works very well. Recently I downloaded the binaries v1.17 and v1.18 and the same...

It would be awesome to have true i8n support, but I'm not sure how the encodings work or how one would go about converting a unicode string into them. Perhaps...

a try to use a optimized box+r-algo each line is drawn only once todo: hollow rect to implement the algo counts the concated pixel for line-draw a Box with R...

``` >>> help('modules') NotoSansMono_32 greekcs scripts uplatform NotoSans_32 greekp sdcard urandom NotoSerif_32 greeks st7789 ure __main__ inconsolata_16 symbol uselect _boot inconsolata_32 uarray usocket _onewire inisetup uasyncio/__init__ ussl _thread italicc uasyncio/core...

Thanks for providing us a fast dirver! It's very useful! I notice there ia a method "write" to show transparent fonts ,I tried, it worked. but is there a way...

The esp32 documentation is the only one available on how to build the driver and micropython. Can you provide some instructions on building for rpi pico?

Hello; I am currently using rp pico and bought this st7789 lcd: ![13-inc-ips-tft-lcd-240240-renkli-hd-lcd-ekran-st7789-surucu-modulu-tft-lcd-display-sincerepromise-42178-15-B](https://github.com/russhughes/st7789_mpy/assets/75544669/72a0518c-dca4-457b-8713-a40b5e299f94) I still trying to get any pixel light on except backlight. while trying https://github.com/russhughes/st7789py_mpy this library, the...

Hi, I'm using the precompiled GENERIC-7789 firmware with an ESP-WROOM-32 board and a 128x128 SPI TFT screen. While the PNGs display correctly, there's noticeable slow line-by-line drawing for fullscreen PNGs,...