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

#1124 in Embedded development

Download history 4/week @ 2024-11-13 9/week @ 2024-11-20 5/week @ 2024-11-27 102/week @ 2024-12-04 159/week @ 2024-12-11 41/week @ 2024-12-18 20/week @ 2024-12-25 18/week @ 2025-01-01 40/week @ 2025-01-08 31/week @ 2025-01-15 14/week @ 2025-01-22 4/week @ 2025-01-29 21/week @ 2025-02-05 84/week @ 2025-02-12 10/week @ 2025-02-19 19/week @ 2025-02-26

135 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