-
I'm using a st7735 in a project, that displays sensor data and additionally that program posts the sensor data to a mqtt broker. Atleast that was the plan. But it is not a big deal, i don't really nee…
-
and provided URL
https://gitee.com/WeActTC/BluePill-Plus/tree/master/SDK/STM32F103C8T6/HAL/F103_ST7735
gives 404
-
Dear Sir(s),
Could you please add support for this 1.8 TFT, which uses the TFT_ST7735.h library? TFT using this library works much faster than with other libraries.
Thank you very much!
-
hello Bodmer.
Please help me to use your library for my lcd.
My lcd use only 3 line for SPI connection (SCLK, SDA, CS) and RST.
I try to change your code, compare with other 3 line SPI lcd, but wit…
-
The project is a great achievement, congratulations!
I made it myself, with the help of the members of an electronics forum in my country. I use an ESP-32-VROOM-32D, a 1.8" display with ST7735 contro…
-
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…
-
I bought an inexpensive 1.8" TFT LCD not realizing it had a worse pixel density than the T-Display.
I used a custom User_Setup.h file with the latest TFT_eSPI library.
Most important variables lis…
-
No chance to install. Unfortunately, that doesn't work for me. I have Homeassisant running on a raspi3. custom_components is available. Can you describe this in more detail?
-
Am attempting to build/deploy with this command.
python3 make.py esp32 clean deploy BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM DISPLAY=st7735 PORT=/dev/cu.usbmodem2101 --flash-size=4
It seems t…
-
In order to add support for stm32duino platforms the following definition is needed:
```
#if defined(__arm__)
#ifndef __NOP
#define __NOP __asm volatile ("nop")
#endif
#endif
```
Adding th…