Hi. I recently bought an ESP32-2432S024C, and can confirm that there are some changes regarding board definition: https://github.com/rzeldent/platformio-espressif32-sunton/blob/main/esp32-2432S024C.json
- The touch sensor is a CST820 instead of
"'-D TOUCH_CST816S_I2C'"
- The Interrupt GPIO is 22 instead of
"'-D CST816S_TOUCH_CONFIG_INT_GPIO_NUM=21'"
I tested it with https://esphome.io/components/touchscreen/cst816.html and works as expected.