mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Added TTGO T-Journal (#289)
Added TTGO T-Journal ESP32 Camera Module configuration
This commit is contained in:
parent
5e88e33e82
commit
78da768745
@ -193,6 +193,28 @@ Configuration for TTGO T-Camera
|
|||||||
name: My 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
|
See Also
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user