Open petrd opened 10 months ago
Use STM32 MCU based board 2.6.0 or use the githun TFT_eSPI master copy version 2.5.43
It appears that breaking chages have been made to the latest STM32 board packages.
Combination STM32 MCU based board 2.7.1 + TFT_eSPI 2.5.43 nor a combination STM32 MCU based board 2.6.0 + TFT_eSPI 2.5.43 doesn't work. The result is the same. :-(
Display initialization does not work in this configuration. The problem is only in this HW configuration and in the TFT_eSPI library. Everything works when I using the Adafruit_ST7735 library. If I replace the STM32F103 with the RB2040, the display with the TFT_eSPI library also works.
Configuration: BluePill 32F103C8 + ST7735 0.96 SPI1, RST = PA2, DC = PA3, CS = PA4
SW: Arduino 1.8.19 STM32 MCU based board 2.7.1 TFT_eSPI 2.5.34
Setup:
Code:
Example is not useful none works.