From da9b2d48d6175a54866ad3236998ea8cf4688ed6 Mon Sep 17 00:00:00 2001 From: aquaticus Date: Sat, 14 Dec 2024 23:48:43 +0100 Subject: [PATCH] redme updated --- README.md | 4 ++-- idf_component.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3cc172..ccb2b53 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Add the library as a new dependency to your project. The library is hosted on Espresiff repo ```bash -idf.py add-dependency esp32_composite_video_lib +idf.py add-dependency aquaticus/esp32_composite_video_lib ``` You can optionally launch the configuration menu with `idf.py menuconfig` on your project root directory. Go to Component config and then `Composite Video Configuration`. @@ -114,7 +114,7 @@ You can optionally launch the configuration menu with `idf.py menuconfig` on you To use LVGL library along composite video library add one more submodule: ```bash -idf.py add-dependency lvgl +idf.py add-dependency lvgl/lvgl ``` # Sample program diff --git a/idf_component.yml b/idf_component.yml index 0862ef9..d9c1eb6 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -9,10 +9,9 @@ dependencies: # TODO: Make it conditional CONFIG_VIDEO_ENABLE_LVGL_SUPPORT lvgl/lvgl: version: "^8.2.0" - + tags: - video maintainers: - aquaticus -files: - use_gitignore: true +