We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67852d commit b9fc40eCopy full SHA for b9fc40e
README.md
@@ -9,6 +9,16 @@
9
10
This library allows you to control and interact with the 6 DOF Braccio++ robot arm.
11
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
+
22
## :mag_right: Resources
23
24
* [How to install a library](https://www.arduino.cc/en/guide/libraries)
0 commit comments