Adds two listed examples to the gallery (book icon → Examples) so users can one-click load the new ESP32-CAM emulation: 1. ESP32-CAM: Webcam Demo (sensors / beginner) Minimal sketch — init OV2640, verify SCCB chip-id, loop on esp_camera_fb_get() printing frame metadata to Serial. Proves the emulation is alive without any external components. 2. ESP32-CAM + ILI9341 Live Preview (displays / intermediate) Full demo — decode JPEG with jpg2rgb565() (built-in to esp32-camera/conversions, header exposed by the Velxio compile template) and render the resulting RGB565 bitmap to a 320×240 SPI TFT. Pre-wired diagram: ILI9341 connected via VSPI to GPIOs 12-15 (the only block free after OV2640 takes over the rest of the AI-Thinker pins). Type changes: - ExampleProject.boardType union extended with 'esp32-cam' - BOARD_TABS in ExamplesGallery.tsx gets a new "ESP32-CAM" tab (orange #d35400) Both examples use boardFilter: 'esp32-cam' so they show under the new tab and not the generic ESP32 one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| CircuitPreview.tsx | ||
| ExamplesGallery.css | ||
| ExamplesGallery.tsx | ||
| InlineComponentSVGs.tsx | ||