. ├── main/ # Main app entry point ├── components/ │ ├── app_config/ # Runtime configuration (NVS) │ ├── board_waveshare_rgb/ # LVGL port + RGB LCD driver │ ├── eez_ui/ # EEZ Framework UI │ └── [third ...