Custom dash: ESP32-P4, Pi, or both?
Hi everyone. I'm working on a side project. A small standalone dashboard for my car that shows gauges and trip computer info, pulling data off the CAN bus. The usual stuff a lot of people here do.
I originally wanted to keep it all on the ESP32-P4 with a DSI panel and LVGL. The problem is that finding a display the correct size is difficult, and LVGL updating + display drivers is a pain.
I was thinking about running a Qt application on a small Raspberry Pi / Orange Pi instead. The P4 would grab all the data I need from CAN, and the Pi would display it.
I'd like to hear some thoughts on this, or any other recommendations. Thanks!