mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Add instructions & exclude lvgl6 from 0.1.0 build
This commit is contained in:
parent
66d0b4444d
commit
e5382889b9
@ -41,6 +41,15 @@ If you already cloned hasp-lvgl without the submodules, you can fetch the submod
|
|||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build a defierent branch use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone --recursive https://github.com/fvanroie/hasp-lvgl
|
||||||
|
cd hasp-lvgl
|
||||||
|
git checkout 0.1.0
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Check out the [wiki](https://github.com/fvanroie/hasp-lvgl/wiki) for how-to's, information and frequently asked questions.
|
Check out the [wiki](https://github.com/fvanroie/hasp-lvgl/wiki) for how-to's, information and frequently asked questions.
|
||||||
|
@ -53,6 +53,8 @@ lib_deps =
|
|||||||
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||||
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
|
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
|
||||||
|
|
||||||
|
lib_ignore =
|
||||||
|
lvgl@<6.0.0 ; Ignore v6.x.x versions
|
||||||
|
|
||||||
; -- littlevgl config options ----------------------
|
; -- littlevgl config options ----------------------
|
||||||
build_flags =
|
build_flags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user