main/boards/lilygo-t-display-p4/README.md
The T-Display-P4 is a versatile development board based on the ESP32-P4 core. Its features include:
Official github: T-Display-P4
Set the compilation target to ESP32P4
idf.py set-target esp32p4
Open menuconfig
idf.py menuconfig
Select the board
Xiaozhi Assistant -> Board Type -> LILYGO T-Display-P4
Select the screen type
Xiaozhi Assistant -> Select the screen type -> (Select the screen type you need to configure)
Screen the screen pixel format
Xiaozhi Assistant -> Select the color format of the screen -> (Select the screen pixel format you need to configure)
Build
idf.py build