From eb848c894f465866714960d223255fc405ecdae4 Mon Sep 17 00:00:00 2001 From: Alexis Iglauer Date: Sun, 5 Nov 2023 21:23:04 +0100 Subject: [PATCH] Update esp32_camera.rst to include M5CameraF New example (#3335) Existing m5stack examples were subtly different (vsync / i2c etc) --- components/esp32_camera.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index 9bb2a20a7..8f5d5c7ad 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -257,6 +257,25 @@ Configuration for M5Stack Timer Camera X/F name: My Camera # ... +Confguration for M5Stack M5CameraF New +-------------------------------------- + +.. code-block:: yaml + + # Example configuration entry as per https://docs.m5stack.com/en/unit/m5camera_f_new + esp32_camera: + external_clock: + pin: GPIO27 + frequency: 20MHz + i2c_pins: + sda: GPIO22 + scl: GPIO23 + data_pins: [GPIO32, GPIO35, GPIO34, GPIO5, GPIO39, GPIO18, GPIO36, GPIO19] + vsync_pin: GPIO25 + href_pin: GPIO26 + pixel_clock_pin: GPIO21 + reset_pin: GPIO15 + Configuration for Wrover Kit Boards -----------------------------------