forked from xiaozhi/xiaozhi-esp32
feat: add camera support for M5Stack Tab5 (#1442)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user