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 -----------------------------------