redme updated
rodzic
8b8ac7df57
commit
da9b2d48d6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue