Add instructions & exclude lvgl6 from 0.1.0 build

This commit is contained in:
fvanroie 2020-03-29 15:27:59 +02:00
parent 66d0b4444d
commit e5382889b9
2 changed files with 11 additions and 0 deletions

View File

@ -41,6 +41,15 @@ If you already cloned hasp-lvgl without the submodules, you can fetch the submod
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
Check out the [wiki](https://github.com/fvanroie/hasp-lvgl/wiki) for how-to's, information and frequently asked questions.

View File

@ -53,6 +53,8 @@ lib_deps =
;https://github.com/me-no-dev/ESPAsyncWebServer/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 ----------------------
build_flags =