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

#694 in Embedded development

Download history 4/week @ 2023-12-17 29/week @ 2023-12-24 24/week @ 2024-01-21 5/week @ 2024-01-28 5/week @ 2024-02-04 1/week @ 2024-02-11 18/week @ 2024-02-18 25/week @ 2024-02-25 12/week @ 2024-03-03 20/week @ 2024-03-10 25/week @ 2024-03-17 5/week @ 2024-03-24 193/week @ 2024-03-31

246 downloads per month
Used in 3 crates (via lvgl)

MIT license

10MB
215K SLoC

C 214K SLoC // 0.1% comments Rust 390 SLoC // 0.1% comments Shell 148 SLoC // 0.3% comments Scons 67 SLoC // 0.0% comments

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 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

Dependencies