You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 1.44" TFT screen. First, I think it is driven by ST7735, however my code produced nothing. Days later, I found ST7735R in [https://github.com/adafruit/micropython-adafruit-rgb-display/blob/master/st7735.py](adafruit's st7735) which drives my TFT.
However, st7735-esp8266-micropython module supplies more functions than [https://github.com/adafruit/micropython-adafruit-rgb-display/blob/master/st7735.py](adafruit's st7735)
So will (or does) st7735-esp8266-micropython support st7735R?
BTW, during searching the internet, it seems that there is also the 3rd one ST7735S
Thanks
The text was updated successfully, but these errors were encountered:
I have a 1.44" TFT screen. First, I think it is driven by ST7735, however my code produced nothing. Days later, I found ST7735R in [https://github.com/adafruit/micropython-adafruit-rgb-display/blob/master/st7735.py](adafruit's st7735) which drives my TFT.
However, st7735-esp8266-micropython module supplies more functions than [https://github.com/adafruit/micropython-adafruit-rgb-display/blob/master/st7735.py](adafruit's st7735)
So will (or does) st7735-esp8266-micropython support st7735R?
BTW, during searching the internet, it seems that there is also the 3rd one ST7735S
Thanks
The text was updated successfully, but these errors were encountered: