feat: add camera support for M5Stack Tab5 (#1442)

This commit is contained in:
laride
2025-11-17 22:20:25 +08:00
committed by GitHub
parent ebbb2fa319
commit 59d08c7612
7 changed files with 106 additions and 3484 deletions

View File

@@ -27,6 +27,12 @@
#define VOLUME_UP_BUTTON_GPIO GPIO_NUM_NC
#define VOLUME_DOWN_BUTTON_GPIO GPIO_NUM_NC
/* ---------------------------------------------------------------- */
// 摄像头相关参数配置
#define CAMERA_SCL GPIO_NUM_32
#define CAMERA_SDA GPIO_NUM_31
#define CAMERA_MCLK GPIO_NUM_36
/* ---------------------------------------------------------------- */
// 显示屏相关参数配置
#define DISPLAY_WIDTH 720