When using the SPI interface it is required to use 18-bit color depth mode as below: const esp_lcd_panel_dev_config_t lcd_config = { ... .bits_per_pixel = 18 ...
Arduino test code is run to see if the sensors are working properly, with built-in LED flashing when the sensor is triggered, and turning off when the sensor is released. The testing of the keys ...