st7789-python icon indicating copy to clipboard operation
st7789-python copied to clipboard

Python library to control an ST7789 240x240 1.3" TFT LCD display.

Results 15 st7789-python issues
Sort by recently updated
recently updated
newest added

Previously, you could run two SPI displays (I was able to run two 240x240 round displays) at the same time, so long that the CS and BL pins were different....

If you specify the RST line, it is configured in __init__, but the reset() function is never called from _init() or indeed anywhere else, leaving the RST line driven low...

Hello! please make possibility for changing spi mode in init. because some displays requres differen spi modes! for example this display use mode 3 ![Image](https://github.com/user-attachments/assets/9e0be673-8ec9-46ab-b203-5e0d57cfb592)

It allows you to use a ST7789V display by setting it as follows ```python disp = st7789.ST7789( [...] variant=st7789.VARIANT_ST7789V ) ``` all credits go to @mander1000, it is basically all...

I am using the Raspberry Pi Zero 2 W, which has 2 SPI interfaces á 2 CS Pins. So I can use a maximum of Displays. But it is also...