File tree Expand file tree Collapse file tree 6 files changed +6
-39
lines changed
waveshare-s3-touch-lcd-3.5b Expand file tree Collapse file tree 6 files changed +6
-39
lines changed Original file line number Diff line number Diff line change 22 "target" : " esp32s3" ,
33 "builds" : [
44 {
5- "name" : " esp32-s3-touch-lcd-3.5-ov5640 " ,
5+ "name" : " esp32-s3-touch-lcd-3.5" ,
66 "sdkconfig_append" : [
77 " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
8- " CONFIG_XIAOZHI_ENABLE_CAMERA_ENDIANNESS_SWAP=y" ,
98 " CONFIG_CAMERA_OV2640=y" ,
109 " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
1110 " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
1514 " CONFIG_CAMERA_OV5640_DVP_YUV422_800X600_10FPS=y" ,
1615 " CONFIG_CAMERA_OV5640_DVP_IF_FORMAT_INDEX_DEFAULT=0"
1716 ]
18- },
19- {
20- "name" : " esp32-s3-touch-lcd-3.5-ov2640" ,
21- "sdkconfig_append" : [
22- " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
23- " CONFIG_CAMERA_OV2640=y" ,
24- " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
25- " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
26- " CONFIG_CAMERA_OV2640_DVP_IF_FORMAT_INDEX_DEFAULT=1"
27- ]
2817 }
2918 ]
3019}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class CustomBoard : public WifiBoard {
203203 .reset_pin = CAM_PIN_RESET,
204204 .pwdn_pin = CAM_PIN_PWDN,
205205 .dvp_pin = dvp_pin_config,
206- .xclk_freq = 10000000 ,
206+ .xclk_freq = 12000000 ,
207207 };
208208
209209 esp_video_init_config_t video_config = {
Original file line number Diff line number Diff line change 22 "target" : " esp32s3" ,
33 "builds" : [
44 {
5- "name" : " waveshare-s3-audio-board-ov5640 " ,
5+ "name" : " waveshare-s3-audio-board" ,
66 "sdkconfig_append" : [
77 " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
8- " CONFIG_XIAOZHI_ENABLE_CAMERA_ENDIANNESS_SWAP=y" ,
98 " CONFIG_CAMERA_OV2640=y" ,
109 " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
1110 " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
1514 " CONFIG_CAMERA_OV5640_DVP_YUV422_800X600_10FPS=y" ,
1615 " CONFIG_CAMERA_OV5640_DVP_IF_FORMAT_INDEX_DEFAULT=0"
1716 ]
18- },
19- {
20- "name" : " waveshare-s3-audio-board-ov2640" ,
21- "sdkconfig_append" : [
22- " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
23- " CONFIG_CAMERA_OV2640=y" ,
24- " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
25- " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
26- " CONFIG_CAMERA_OV2640_DVP_IF_FORMAT_INDEX_DEFAULT=1"
27- ]
2817 }
2918 ]
3019}
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class CustomBoard : public WifiBoard {
185185 .reset_pin = CAMERA_PIN_RESET,
186186 .pwdn_pin = CAMERA_PIN_PWDN,
187187 .dvp_pin = dvp_pin_config,
188- .xclk_freq = 10000000 ,
188+ .xclk_freq = 12000000 ,
189189 };
190190
191191 esp_video_init_config_t video_config = {
Original file line number Diff line number Diff line change 22 "target" : " esp32s3" ,
33 "builds" : [
44 {
5- "name" : " waveshare-s3-touch-lcd-3.5b-ov5640 " ,
5+ "name" : " waveshare-s3-touch-lcd-3.5b" ,
66 "sdkconfig_append" : [
77 " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
8- " CONFIG_XIAOZHI_ENABLE_CAMERA_ENDIANNESS_SWAP=y" ,
98 " CONFIG_CAMERA_OV2640=y" ,
109 " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
1110 " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
1514 " CONFIG_CAMERA_OV5640_DVP_YUV422_800X600_10FPS=y" ,
1615 " CONFIG_CAMERA_OV5640_DVP_IF_FORMAT_INDEX_DEFAULT=0"
1716 ]
18- },
19- {
20- "name" : " waveshare-s3-touch-lcd-3.5b-ov2640" ,
21- "sdkconfig_append" : [
22- " CONFIG_USE_WECHAT_MESSAGE_STYLE=y" ,
23- " CONFIG_CAMERA_OV2640=y" ,
24- " CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y" ,
25- " CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y" ,
26- " CONFIG_CAMERA_OV2640_DVP_IF_FORMAT_INDEX_DEFAULT=1"
27- ]
2817 }
2918 ]
3019}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ class CustomBoard : public WifiBoard {
206206 .reset_pin = CAM_PIN_RESET,
207207 .pwdn_pin = CAM_PIN_PWDN,
208208 .dvp_pin = dvp_pin_config,
209- .xclk_freq = 10000000 ,
209+ .xclk_freq = 12000000 ,
210210 };
211211
212212 esp_video_init_config_t video_config = {
You can’t perform that action at this time.
0 commit comments