adafruit / Adafruit-ST7735-Library

This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
https://learn.adafruit.com/1-8-tft-display
547 stars 303 forks source link

SPI delay with work IPS 1.69 inch TFT LCD #184

Open brightproject opened 1 year ago

brightproject commented 1 year ago

How to deal with the choice of libraries, I use the adafruit library, but the image is displayed with slight delays. Although I use hardvarny SPI. Is it likely that the library is simply not well enough optimized to work with my display? https://aliexpress.ru/item/1005002761126978.html front view back datasheet1 I use library #include <Adafruit_ST7789.h> and init this Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST);