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 wasn't able to bring my 1.8" TFT display (ST7735) to life with this library (tried Arduino UNO and WeMos D1 R2), so probably it isn't compatible.
It is a Chinese "piece of art" (bought on AliExpress half a year ago), so I'm not surprised it doesn't work according to standards (Adafruit ST7735 library was unable to control it either).
Finally I've managed to control the display with Ucglib (hardware SPI mode on Arduino UNO works fine) and UTFT-ESP8266 (hardware SPI mode on WeMos D1 R2 works fine as well).
The text was updated successfully, but these errors were encountered:
After several attempts I've managed to make the library work on WeMos D1 R2 with my 1.8" TFT display (ST7735) via hardware SPI.
I was confused by the examples which reference CS/DC pins in an "absolute" manner with misleading comments. Here is an example from \_ESP8266\WiFi_scan\WiFi_scan.ino:
I wasn't able to bring my 1.8" TFT display (ST7735) to life with this library (tried Arduino UNO and WeMos D1 R2), so probably it isn't compatible.
It is a Chinese "piece of art" (bought on AliExpress half a year ago), so I'm not surprised it doesn't work according to standards (Adafruit ST7735 library was unable to control it either).
Finally I've managed to control the display with Ucglib (hardware SPI mode on Arduino UNO works fine) and UTFT-ESP8266 (hardware SPI mode on WeMos D1 R2 works fine as well).
The text was updated successfully, but these errors were encountered: