st7789s3_mpy icon indicating copy to clipboard operation
st7789s3_mpy copied to clipboard

MicroPython driver for the TTGO T-Display-S3 st7789 display written in C

Results 4 st7789s3_mpy issues
Sort by recently updated
recently updated
newest added

Hello, i have installed your firmware.bin works well except the battery load. How can I initiate the boot with battery with micropython? from machine import Pin # Set GPIO15 and...

1. I couldn't get it to work with esp-idf v4.4, I needed to use esp-idf v4.4.4. I combined the esp-idf clone instructions as follows: ``` git clone https://github.com/espressif/esp-idf.git git checkout...

您好,我看到readme.MD文件中有如下方法: st7789.ST7789(d7, d6, d5, d4, d3, d2, d1, d0, wr, rd, width, height, dc, reset, cs, backlight, rotations, rotation, color_order, inversion, options, buffer_size) 我想问一下,我找了很久没有找到合适这种方法调用的st7789.py文件。您能提供给我吗?谢谢。

Recently MicroPython has moved some things into `modmachine.h` and this project still relies on `machine_spi.h`. Moreover ESP-IDF ver5 has broken the reference to `GPIO` because it's not part of the...