Board definitions for ESP32-S3 WT32-SC01 Plus boards.
More...
Board definitions for ESP32-S3 WT32-SC01 Plus boards.
The board definitions in this file are for the Espressif ESP32-S3 WT32-SC01 Plus.
Any modifications required for specific applications can be overridden by application-specific board configuration.
- Author
- Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net
Definition in file board.h.
#include <stdint.h>
#include "board_common.h"
Go to the source code of this file.
|
#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.
|
|
|
ESP32-S3 WT32-SC01 Plus uses a 3.5" LCD 480 x 320 pixel display with an ST7796UI as driver chip and MCU8080 8-bit parallel interface.
This configuration cannot be changed.
|
#define | LCD_SCREEN_WIDTH 480 |
| LCD width.
|
|
#define | LCD_SCREEN_HEIGHT 320 |
| LCD height.
|
|
◆ BTN0_INT_FLANK
#define BTN0_INT_FLANK GPIO_FALLING |
Default interrupt flank definition for the button GPIO.
Definition at line 53 of file board.h.
◆ BTN0_MODE
#define BTN0_MODE GPIO_IN_PU |
Default button GPIO mode definition.
Definition at line 47 of file board.h.
◆ BTN0_PIN
Default button GPIO pin definition.
ESP32-S3 WT32-SC01 Plus boards have a BOOT button connected to GPIO0, which can be used as button during normal operation. Since the GPIO0 pin is pulled up, the button signal is inverted, i.e., pressing the button will give a low signal.
Definition at line 42 of file board.h.
◆ BUTTON0_PIN
#define BUTTON0_PIN BTN0_PIN |
Definition for compatibility with previous versions.
Definition at line 59 of file board.h.
◆ FT5X06_PARAM_I2C_DEV
#define FT5X06_PARAM_I2C_DEV I2C_DEV(0) |
I2C device.
Definition at line 120 of file board.h.
◆ FT5X06_PARAM_INT_PIN
#define FT5X06_PARAM_INT_PIN GPIO7 |
Interrupt pin.
Definition at line 121 of file board.h.
◆ FT5X06_PARAM_RST_PIN
#define FT5X06_PARAM_RST_PIN GPIO4 |
Reset pin.
Definition at line 122 of file board.h.
◆ FT5X06_PARAM_TYPE
Device type.
Definition at line 125 of file board.h.
◆ FT5X06_PARAM_XMAX
Max width.
Definition at line 123 of file board.h.
◆ FT5X06_PARAM_XYCONV
Swap XY, then mirror Y.
Definition at line 126 of file board.h.
◆ FT5X06_PARAM_YMAX
Max height.
Definition at line 124 of file board.h.
◆ LCD_SCREEN_HEIGHT
#define LCD_SCREEN_HEIGHT 320 |
LCD height.
Definition at line 73 of file board.h.
◆ LCD_SCREEN_WIDTH
#define LCD_SCREEN_WIDTH 480 |
LCD width.
Definition at line 72 of file board.h.
◆ SDCARD_SPI_PARAM_CLK
◆ SDCARD_SPI_PARAM_CS
◆ SDCARD_SPI_PARAM_MISO
◆ SDCARD_SPI_PARAM_MOSI
◆ SDCARD_SPI_PARAM_POWER
◆ SDCARD_SPI_PARAM_SPI
#define SDCARD_SPI_PARAM_SPI SPI_DEV(0) |