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:
Y1hsiaochunnn
2025-10-09 12:00:22 +08:00
committed by GitHub
parent 549399b795
commit 6a28a98c8b
11 changed files with 335 additions and 8 deletions

View 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"
]
}
]
}