Skip to content

Commit 7d58eef

Browse files
committed
Adding instructions on how to update pre-compiled LVGL library.
1 parent 427883c commit 7d58eef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ This library allows you to control and interact with the 6 DOF Braccio++ robot a
1515
* [Help Center](https://support.arduino.cc/)
1616
* [Forum](https://forum.arduino.cc)
1717

18+
### How-to-update precompiled `liblvgl`
19+
```bash
20+
git clone https://github.com/lvgl/lvgl
21+
git clone https://github.com/arduino-libraries/Arduino_Braccio_plusplus
22+
cd Arduino_Braccio_plusplus/extras
23+
mkdir build && cd build
24+
cmake ..
25+
make -j8
26+
cp liblvgl.a ../../src/cortex-m0plus/
27+
```
28+
**Note**: Copy all header files contained within `lvgl/src/*` to `Arduino_Braccio_plusplus/lib/lvgl/src`.
29+
1830
## :bug: Bugs & Issues
1931

2032
If you want to report an issue with this library, you can submit it to the [issue tracker](https://github.com/arduino-libraries/Arduino_Braccio_plusplus/issues) of this repository. Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.

0 commit comments

Comments
 (0)