st7789-python
st7789-python copied to clipboard
Python library to control an ST7789 240x240 1.3" TFT LCD display.
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 
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...