LittlevGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
Go to file
2020-04-12 12:32:18 +02:00
examples/demo Demo image in README 2020-04-12 12:32:18 +02:00
lvgl Initial Rust-y API 2020-04-12 12:19:28 +02:00
lvgl-sys Initial Rust-y API 2020-04-12 12:19:28 +02:00
vendor Compile lvgl using cargo 2020-04-10 19:12:10 +02:00
.gitignore Leave lib.rs as container of tests 2020-04-10 20:41:29 +02:00
.gitmodules Compile lvgl using cargo 2020-04-10 19:12:10 +02:00
Cargo.toml Completely unsafe example using SDL2 2020-04-11 13:06:16 +02:00
demo.png Demo image in README 2020-04-12 12:32:18 +02:00
LICENSE Initial commit 2020-04-10 15:00:21 +02:00
README.md Demo image in README 2020-04-12 12:32:18 +02:00

LittlevGL - Open-source Embedded GUI Library in Rust

LittlevGL provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.

LittlevGL is compatible with #![no_std] environments by default.

Official LittlevGL Website · C library repository · Live demo