firmware
firmware copied to clipboard
Support for ESP32-2432S022C
Could you please add support for the ESP32-2432S022C board?
Display interface - SPI Display controller - ST7789 Touch interface - I2C Touch controller - CST816S
Documentation and datasheets (here)
hi please sopport bruce this ESP32-2432S022C please
I've investigated and this board doesn't have an SPI interface but a parallel one. The problem is that Bruce uses TFT_eSPI, which isn't compatible. The only library that works is LovyanGFX.
Why is your display ST7789V parallel bus? 👍