forked from xiaozhi/xiaozhi-esp32
Added Waveshare ESP32-P4-WIFI6-Touch-LCD-7B third party board (#1243)
* Modify the MIPILCDDISPLAY class * Added Waveshare ESP32-P4-WIFI6-Touch-LCD-7B third party board * Add config,json for Waveshare ESP32-P4 series boards * Fix some errors
This commit is contained in:
21
main/boards/waveshare-p4-wifi6-touch-lcd-xc/config.json
Normal file
21
main/boards/waveshare-p4-wifi6-touch-lcd-xc/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"target": "esp32p4",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-p4-wifi6-touch-lcd-xc-3.4c",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
|
||||
"CONFIG_USE_DEVICE_AEC=y",
|
||||
"CONFIG_LCD_TYPE_800_800_3_4_INCH=y"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "waveshare-p4-wifi6-touch-lcd-xc-4c",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
|
||||
"CONFIG_USE_DEVICE_AEC=y",
|
||||
"CONFIG_LCD_TYPE_720_720_4_INCH=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user