lvgl-rs/lvgl-sys
2020-06-04 20:47:40 +02:00
..
shims Use Rgb565 as default 2020-04-21 10:52:21 +02:00
src Remove some UB 2020-06-02 19:59:41 +02:00
vendor LVGL 7.0.1 basic setup 2020-06-04 20:47:40 +02:00
build.rs Generate code for styles properties 2020-06-04 20:47:40 +02:00
Cargo.toml Version 0.2.0 2020-05-30 17:19:30 +02:00
README.md Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
string.c Support running on embedded 2020-05-30 16:31:01 +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