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:
12
main/boards/waveshare-p4-nano/config.json
Normal file
12
main/boards/waveshare-p4-nano/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"target": "esp32p4",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-p4-nano-10.1-a",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y",
|
||||
"CONFIG_LCD_TYPE_800_1280_10_1_INCH_A=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user