Experiment for output VGA signal from ESP32.
- Check and set
GpioPins{}andPeripheralsinmain/app_main.cpp. You should define and connect at least 3 GPIO pins: V-Sync, H-Sync, Video (single pin). - Run
make menuconfigfor basic setup. - Run
make -j flash monitorfor build & run.