mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Added TTGO-Camera Plus PIN configuration (#510)
* Added TTGO-Camera Plus PIN configuration * Update esp32_camera.rst
This commit is contained in:
parent
d95759f853
commit
0380cc8b5e
@ -238,6 +238,32 @@ Configuration for TTGO T-Journal
|
||||
pixel_clock_pin: GPIO21
|
||||
|
||||
|
||||
# Image settings
|
||||
name: My Camera
|
||||
# ...
|
||||
|
||||
|
||||
Configuration for TTGO-Camera Plus
|
||||
----------------------------------
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
esp32_camera:
|
||||
external_clock:
|
||||
pin: GPIO4
|
||||
frequency: 20MHz
|
||||
i2c_pins:
|
||||
sda: GPIO18
|
||||
scl: GPIO23
|
||||
data_pins: [GPIO34, GPIO13, GPIO26, GPIO35, GPIO39, GPIO38, GPIO37, GPIO36]
|
||||
vsync_pin: GPIO5
|
||||
href_pin: GPIO27
|
||||
pixel_clock_pin: GPIO25
|
||||
vertical_flip: false
|
||||
horizontal_mirror: false
|
||||
|
||||
|
||||
# Image settings
|
||||
name: My Camera
|
||||
# ...
|
||||
|
Loading…
Reference in New Issue
Block a user