mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Update esp32_camera.rst (#695)
* Update esp32_camera.rst * correct underline length
This commit is contained in:
parent
e676837894
commit
13fde1af0c
@ -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
|
||||
-----------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user