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 10:10:04 +02:00
examples/demo Remove unused imports 2020-04-11 21:21:45 +02:00
lvgl Make bindings no_std compatible 2020-04-11 20:35:33 +02:00
lvgl-sys Make bindings no_std compatible 2020-04-11 20:35:33 +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
LICENSE Initial commit 2020-04-10 15:00:21 +02:00
README.md Update README.md 2020-04-12 10:10:04 +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 · Live demo