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

There are some pico- clons with 4MB and 16MB Flash size. It would be great to have firmware versions for these board in such way all Flash size would be...

I have an ESP32 WROOM with a display 1,69 ST7789. Installed is MicroPython v1.20.0-dirty on 2023-06-10; ESP32 GENERIC-7789 with ESP32 I tried some of the examples. "tiny_hello.py" and "chango.py" work...

When building firmware with st7789_mpy for Teensy 4.0 I get the report: /home/rob/upy/lib/st7789_mpy/st7789/st7789.c: In function 'write_cmd': /home/rob/upy/lib/st7789_mpy/st7789/st7789.c:74:18: error: comparison between pointer and integer [-Werror] 74 | if (self->cs != GPIO_NUM_NC)...

Hello, I there a way to use .pcf or .bdf font files with your library? I managed to convert .pcf files with the [font_to_py tool](https://github.com/peterhinch/micropython-font-to-py), but the output is not...

Will it work for higher resolutions e.g. 320x480 on st7796? Nice library BTW

Firstly, many thanks for this wornderfull library ! I'd like to indicate a strange behaviour I noticed 👍 LCD_DC = Pin(8, Pin.OUT) LCD_CS = Pin(9, Pin.OUT) LCD_CLK = Pin(10, Pin.OUT)...

Hello, I've been trying to get the screen to display something other than black and white for 2 days now I've read previous issues but nothing seems to work maybe...

im trying for soo long to make this model work with micropython and im on a dead end please please someone walk me through this i have a huge project...

use case is to add an external framebuf that writes directly to spi, without having to duplicate all the xstart/ystart nonsense in caset/raset

Using /firmware/RP2/firmware.uf2 implementing code below found display text results in a KeyError regarding Width, regardless of font used (tried pacifico, chango, and inconsolata included in package). function write() works as...