Crates.io | lvgl-sys |
lib.rs | lvgl-sys |
version | 0.6.2 |
source | src |
created_at | 2020-04-12 11:43:12.257126 |
updated_at | 2023-04-02 19:24:52.01614 |
description | Raw bindings to the LVGL C library. |
homepage | https://github.com/rafaelcaricio/lvgl-rs |
repository | https://github.com/rafaelcaricio/lvgl-rs |
max_upload_size | |
id | 229099 |
size | 20,362,376 |
Rust raw bindings for LittlevGL library and drivers.
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