From e5382889b9fe56668aabbcaacd12a2ab9752a8df Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 29 Mar 2020 15:27:59 +0200 Subject: [PATCH] Add instructions & exclude lvgl6 from 0.1.0 build --- README.md | 9 +++++++++ platformio.ini | 2 ++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index a239fc2f..7c6c8281 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/platformio.ini b/platformio.ini index e372d19a..0feda044 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 =