Search found 3 matches
- Wed Apr 08, 2026 3:30 am
- Forum: ESP-IDF 中文讨论版
- Topic: eps32 s3 USB模拟U盘和供电问题
- Replies: 1
- Views: 77
eps32 s3 USB模拟U盘和供电问题
我使用esp32 S3 想知道使用同一个typec口实现俩个功能,第一,5V1A普通充电,第二,实现USB MSC Wireless Disk模拟U盘的功能,那么这个同一个typec口可以实现这俩个功能吗会不会有影响?
- Thu Nov 02, 2023 8:45 am
- Forum: ESP-IDF
- Topic: Ask ESP32 S3 SPI driver screen problem
- Replies: 0
- Views: 490
Ask ESP32 S3 SPI driver screen problem
#define st7735s_width 128
#define st7735s_hight 160
#define GPIO_PIN_CS GPIO_NUM_3
#define GPIO_PIN_RST GPIO_NUM_2
#define GPIO_PIN_DC GPIO_NUM_4
#define GPIO_PIN_MOSI GPIO_NUM_11
#define GPIO_PIN_CLK GPIO_NUM_12
#define GPIO_PIN_MASK_BIT ((1ull<<GPIO_PIN_CS)|(1ull<<GPIO_PIN_RST)|(1ull<<GPIO_PIN ...
#define st7735s_hight 160
#define GPIO_PIN_CS GPIO_NUM_3
#define GPIO_PIN_RST GPIO_NUM_2
#define GPIO_PIN_DC GPIO_NUM_4
#define GPIO_PIN_MOSI GPIO_NUM_11
#define GPIO_PIN_CLK GPIO_NUM_12
#define GPIO_PIN_MASK_BIT ((1ull<<GPIO_PIN_CS)|(1ull<<GPIO_PIN_RST)|(1ull<<GPIO_PIN ...
- Tue Sep 26, 2023 10:30 am
- Forum: ESP-IDF
- Topic: Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig
- Replies: 2
- Views: 4555
Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig
Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig.
What is the reason why I am using SPI driver st7735s
What is the reason why I am using SPI driver st7735s