Zhentao-Lin
Zhentao-Lin
Support for esp32-c6 and esp32-h2 has been added to the pre-release version, do you plan to add these support in the future?
I use ESP32S3 and the code configuration is as follows. #define I2C_SDA 2 #define I2C_SCL 1 #define RST_N_PIN -1 #define INT_N_PIN -1 FT6336U ft6336u(I2C_SDA, I2C_SCL, RST_N_PIN, INT_N_PIN); When I looked...
I want to use it to design a set of smart home devices, but it is obviously used in China, if the app does not support Chinese, it will be...
1,In AudioFileSourceSD.h, the header file for calling the SD card is **#include **. However, if I use SD_MMC to call the SD card, I won't be able to use it,...
name=ESP8266Audio version=1.9.8 **(This should correspond to tag)** author=Earle F. Philhower, III maintainer=Earle F. Philhower, III sentence=Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040...