Board specific definitions for the Waveshare ESP32-S3 1.28-inch round display board (Touch version) More...
Board specific definitions for the Waveshare ESP32-S3 1.28-inch round display board (Touch version)
Definition in file board.h.
#include "board_common.h"
Include dependency graph for board.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Button pin definitions | |
| #define | BTN0_PIN GPIO0 |
| Default button GPIO pin definition. | |
| #define | BTN0_MODE GPIO_IN_PU |
| Default button GPIO mode definition. | |
| #define | BTN0_INT_FLANK GPIO_FALLING |
| Default interrupt flank definition for the button GPIO. | |
| #define | BUTTON0_PIN BTN0_PIN |
| Definition for compatibility with previous versions. | |
| #define BTN0_INT_FLANK GPIO_FALLING |
| #define BTN0_MODE GPIO_IN_PU |
| #define BTN0_PIN GPIO0 |