cheungbx / st7735-esp8266-micropython

an ESP8266 micropython library for st7735 160x80, 128x128, 128x160 TFT LCD displays
31 stars 11 forks source link

will/does this module support st7735R? #1

Open retsyo opened 3 years ago

retsyo commented 3 years ago

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