2.2" CYD-2432S022
Is your feature request related to a problem? Please describe. Yes, no Parallel Interface display support
Describe the solution you'd like Add support for CYD-2432S022, the documentation for the display is here: https://github.com/lsdlsd88/2.2inch_ESP32-2432S022
Describe alternatives you've considered Add support for all Parallel Interface displays.
Additional context https://cdn.discordapp.com/attachments/1296252208526135326/1389633608263798784/PXL_20250701_174402254.png?ex=686554a6&is=68640326&hm=d4846fa15c43bff62118f67fe264d959ca50a6774d5b3b6b2f28c8d3b7c15a2a&
Hi, yes, it's possible to run Bruce on this device. The problem is that this device isn't compatible with the TFT_eSPI library because the display bus isn't SPI but parallel, which is much smoother. The LovyanGFX library should be used, which is compatible with this screen; we are just waiting for the developer to express interest in porting it to this board 👍
https://github.com/Bodmer/TFT_eSPI/issues/3281
TFT_eSPI suports the ST7789 in Parallel configuration, but THIS particular board uses a pinout that the library (TFT_eSPI) can't handle (pins 32 and 33 in the DATA pins)