lvgl-sys

Crates.iolvgl-sys
lib.rslvgl-sys
version0.6.2
sourcesrc
created_at2020-04-12 11:43:12.257126
updated_at2023-04-02 19:24:52.01614
descriptionRaw bindings to the LVGL C library.
homepagehttps://github.com/rafaelcaricio/lvgl-rs
repositoryhttps://github.com/rafaelcaricio/lvgl-rs
max_upload_size
id229099
size20,362,376
Nia (nia-e)

documentation

README

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 the lv_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
Commit count: 271

cargo fmt