Advanced 5inch ESP32-P4 HMI PlatformIO (or ArduinoIDE) example
I'm trying out the CrowPanel Advanced 5-inch ESP32-P4 HMI display (model DHE04107D), and www.elecrow.com/wiki has very limited information on how to get started: only a guide for the ESP-IDF in Visual Studio Code. I also found a link to the product's GitHub, but all the examples there are also focused on the ESP-IDF.
Do you have similar information on how to get started with this display in the PlatformIO (or at least Arduino IDE)? To begin with, I'm interested in two things:
- Configuration for the ESP32-P4
- Initialization of the display (i.e., touchpad, screen, etc.)
That is, so that I could already carry out real development, for example, with porting LVGL and subsequent UI/UX (instead of figuring out how to start the display)
I'm asking because there are similar instructions for the Basic ESP32-S3 display, so maybe there are some for this display as well (it's more expensive and more advanced, after all).
Best Regards