The ESP32-WROVER-KIT is a development board for the ESP32-WROVER module. It features a nice display and a lot of expansion headers.
The espp::WroverKit
component provides a singleton hardware abstraction for
initializing the display subsystems.
The example shows how to use the espp::WroverKit
hardware
abstraction component to initialize the ESP32-WROVER-KIT.
idf.py add-dependency "espp/wrover-kit^1.0.4"