esp32Amplifier project but it complained about "ILI9341_WHITE" was not declared in this scope
When I'm doing my testing, I have a wider range of libraries installed, so if I have an accidental inclusion of something like that, it would work. Just replace that with RGB(255, 255, 255). Thanks for pointing out and I'll fix it.
For touch screen, there are a few supported devices that we test regularly with:
1. Two common touch libraries
https://github.com/PaulStoffregen/XPT2046_Touchscreen and
https://github.com/adafruit/Adafruit_FT6206_Library
2. Resistive touch screen - no library is needed for this, the support is directly within tcMenu
3. On STM32 the HAL/BSP native touch functions are supported.
It is really easy to write another driver, most of the code is broken out from the coordinate acquisition.