Added TTGO T-Journal (#289)

Added TTGO T-Journal ESP32 Camera Module configuration
This commit is contained in:
bwente 2019-07-11 04:19:53 -04:00 committed by Otto Winter
parent 5e88e33e82
commit 78da768745
1 changed files with 22 additions and 0 deletions

View File

@ -193,6 +193,28 @@ Configuration for TTGO T-Camera
name: My Camera
# ...
Configuration for TTGO T-Journal
--------------------------------
.. code-block:: yaml
# Example configuration entry
esp32_camera:
external_clock:
pin: GPIO27
frequency: 20MHz
i2c_pins:
sda: GPIO25
scl: GPIO23
data_pins: [GPIO17, GPIO35, GPIO34, GPIO5, GPIO39, GPIO18, GPIO36, GPIO19]
vsync_pin: GPIO22
href_pin: GPIO26
pixel_clock_pin: GPIO21
# Image settings
name: My Camera
# ...
See Also
--------