Add configuration example for TTGO T-Camera v1.7 (#318)

* Add configuration example for TTGO T-Camera v1.7

For `esp32_camera`
I added the configuration for a newly received TTGO T-Camera marked as v1.7
Took me a while to figure out the pinout , so I thought I'd save others the trouble.

* Remove image options

* Update esp32_camera.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
Eric Hiller 2019-08-27 14:20:00 -06:00 committed by Otto Winter
parent 570a9ec703
commit 29d1b6fc92
1 changed files with 28 additions and 2 deletions

View File

@ -170,8 +170,8 @@ Configuration for Wrover Kit Boards
name: My Camera
# ...
Configuration for TTGO T-Camera
-------------------------------
Configuration for TTGO T-Camera V05
-----------------------------------
.. code-block:: yaml
@ -193,6 +193,32 @@ Configuration for TTGO T-Camera
name: My Camera
# ...
Configuration for TTGO T-Camera V17
-----------------------------------
.. 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, GPIO18, GPIO23, GPIO36, GPIO39]
vsync_pin: GPIO27
href_pin: GPIO25
pixel_clock_pin: GPIO19
# power_down_pin: GPIO26
vertical_flip: true
horizontal_mirror: true
# Image settings
name: My Camera
# ...
Configuration for TTGO T-Journal
--------------------------------