The Matouch Rotary Display is a development board for the ESP32-S3 module. It features a nice touchscreen display, a rotary encoder, a push button behind the screen, and some expansion headers along with other peripherals like a micro-SD card.
The espp::MatouchRotaryDisplay
component provides a singleton hardware
abstraction for initializing the touch, display, and button.
The example shows how to use the espp::MatouchRotaryDisplay
hardware abstraction component initialize the components on the MaTouch Rotary
Display.
idf.py add-dependency "espp/matouch-rotary-display^1.0.9"