From 72a1b91d97dc7fe4583d0dfbf1aadbc67ad39694 Mon Sep 17 00:00:00 2001 From: lukaszrud Date: Fri, 19 Feb 2021 21:10:12 +0100 Subject: [PATCH] Update esp32_camera.rst add example configuration for TTGO-Camera Mini in esp32_camera --- components/esp32_camera.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index 195e30e9b7..33383d26e4 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -284,6 +284,30 @@ Configuration for TTGO-Camera Plus horizontal_mirror: false + # Image settings + name: My Camera + # ... + +Configuration for TTGO-Camera Mini +---------------------------------- + +.. code-block:: yaml + + # Example configuration entry + esp32_camera: + external_clock: + pin: GPIO32 + frequency: 20MHz + i2c_pins: + sda: GPIO13 + scl: GPIO12 + data_pins: [GPIO5, GPIO14, GPIO4, GPIO15, GPIO37, GPIO38, GPIO36, GPIO39] + vsync_pin: GPIO27 + href_pin: GPIO25 + pixel_clock_pin: GPIO19 + + + # Image settings name: My Camera # ...