#define LED_PIN 13 // the LED is connected to pin 13 #define BUTTON_PIN 12 // button is connected to pin 12 // Description of the button signal processing class pinMode(LED_PIN, OUTPUT); // set pin 13 ...
This repository ports the Makerfabs MaTouch ESP32‑S3 2.1″ IPS display with capacitive touch (ST7701) Arduino example to the Espressif IoT Development Framework (ESP‑IDF). It demonstrates how to drive ...