From 13fde1af0c8b1522883110f9eade5c25a76b3121 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Tue, 21 Jul 2020 00:33:27 +0100 Subject: [PATCH] Update esp32_camera.rst (#695) * Update esp32_camera.rst * correct underline length --- components/esp32_camera.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index a15e5fb75..bdc4a3da1 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -193,6 +193,26 @@ Configuration for TTGO T-Camera V05 name: My Camera # ... +Configuration for TTGO T-Camera V162 +------------------------------------ + +.. code-block:: yaml + + esp32_camera: + external_clock: + pin: GPIO4 + frequency: 20MHz + i2c_pins: + sda: GPIO18 + scl: GPIO23 + data_pins: [GPIO34, GPIO13, GPIO14, GPIO35, GPIO39, GPIO38, GPIO37, GPIO36] + vsync_pin: GPIO5 + href_pin: GPIO27 + pixel_clock_pin: GPIO25 + jpeg_quality: 10 + vertical_flip: true + horizontal_mirror: false + # ... Configuration for TTGO T-Camera V17 -----------------------------------