dev/idf-5.3.1
aquaticus 2024-12-14 23:48:43 +01:00
rodzic 8b8ac7df57
commit da9b2d48d6
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

@ -9,10 +9,9 @@ dependencies:
# TODO: Make it conditional CONFIG_VIDEO_ENABLE_LVGL_SUPPORT
lvgl/lvgl:
version: "^8.2.0"
tags:
- video
maintainers:
- aquaticus <info@aquaticus.info>
files:
use_gitignore: true