-
**Describe the problem you have/What new integration you would like**
I have a Waveshare 0.96" 80x160 TFT SPI Display which uses the ST7735S controller. The screen protector film has a Blue tab. …
-
This module is great! Any plans to support st7735 (on hat oled display)?
-
C:\Users\User\Documents\Arduino\ESP32-DIV-main\Code\ESP32DIV\packetmonitor.cpp:11:1: error: 'arduinoFFT' does not name a type; did you mean 'ArduinoFFT'?
arduinoFFT FFT = arduinoFFT();
^~~~~~~~~~
…
-
Hi,
First of all, i really appreciate the effort you have put in creating these drivers. I am doing a pet project to drive st7735 sainsmart 1.8 inch tft using stm32f103c8T6 minimum system eval boar…
-
Hi
This is meant to be an attempt of improvement on the display drawing speed after the ESP32 wakes up from deep sleep. In all the sources I've seen, the display call tft.init() at every wake of th…
-
Hello, I started testing the colors on the display7789, and I noticed that the colors were inverted.
To confirm if the problem was with the display, I tested other libraries.
with [tft_espi](https…
-
'class Adafruit_ST7735' has no member named 'Color565'
-
The color defines in https://github.com/m5stack/M5StickC/blob/1befa455553c965aeb7c91e8515a9f192310f7b4/src/utility/ST7735_Defines.h#L94-L112
causes problems when compiling with other libraries or oth…
-
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 AliExpres…
-
Deploying the library into a generic ST7735S display I'm obtaining a x-mirrored image.
Reading the ST7735 datasheet I've found that the "MX" (Mirror X-axis) parameter is the 7th bit of the memory a…