Update esp32_camera.rst (#695)

* Update esp32_camera.rst

* correct underline length
This commit is contained in:
Joseph Mearman 2020-07-21 00:33:27 +01:00 committed by GitHub
parent e676837894
commit 13fde1af0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -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
-----------------------------------