lvgl-rs/lvgl-sys
2020-04-12 20:37:26 +02:00
..
src Make bindings no_std compatible 2020-04-11 20:35:33 +02:00
vendor Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
build.rs Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
Cargo.toml Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
README.md Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00

lvgl-sys

Rust raw bindings for LittlevGL library.

Usage

Build requires environment variables to be set:

  • DEP_LV_CONFIG_PATH: Path to the directory containing the lv_conf.h header file used for configuration of LittlevGL 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