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
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
I use library #include <Adafruit_ST7789.h>
and init this Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST);
The text was updated successfully, but these errors were encountered:
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
I use library
#include <Adafruit_ST7789.h>
and init this
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST);
The text was updated successfully, but these errors were encountered: