Skip to content

Commit b9fc40e

Browse files
committed
Adding instruction on how to re-build pre-compiled lvgl library.
1 parent a67852d commit b9fc40e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
This library allows you to control and interact with the 6 DOF Braccio++ robot arm.
1111

12+
## How-to-update precompiled `liblvgl`
13+
```bash
14+
git clone https://github.com/lvgl/lvgl
15+
git clone https://github.com/arduino-libraries/Arduino_Braccio_plusplus
16+
cd Arduino_Braccio_plusplus/extras
17+
mkdir build && cd build
18+
cmake -DCMAKE_BUILD_TYPE=Release ..
19+
make -j8
20+
```
21+
1222
## :mag_right: Resources
1323

1424
* [How to install a library](https://www.arduino.cc/en/guide/libraries)

0 commit comments

Comments
 (0)