11 unstable releases
0.6.2 | Apr 2, 2023 |
---|---|
0.6.1 | Apr 2, 2023 |
0.5.2 | Mar 6, 2021 |
0.4.0 | Jun 19, 2020 |
0.1.1 | Apr 12, 2020 |
#898 in Embedded development
29 downloads per month
Used in 3 crates
(via lvgl)
10MB
215K
SLoC
Contains (Zip file, 5MB) LVGL.lvgl.8.3.5.pack
lvgl-sys
Rust raw bindings for LittlevGL library and drivers.
Usage
Build requires environment variables to be set:
DEP_LV_CONFIG_PATH
: Path to the directory containing thelv_conf.h
header file used for configuration of LVGL library.
We recommend the lv_conf.h
file to be in your project's root directory. If so, the command to build your project would be:
$ DEP_LV_CONFIG_PATH=`pwd` cargo build