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 13:57:17 +02:00
examples/demo Remove direct dependencies 2020-04-12 13:57:17 +02:00
lvgl Remove direct dependencies 2020-04-12 13:57:17 +02:00
lvgl-sys Fix packaging with vendor location 2020-04-12 13:41:36 +02:00
.gitignore Remove direct dependencies 2020-04-12 13:57:17 +02:00
.gitmodules Fix packaging with vendor location 2020-04-12 13:41:36 +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 Fix image in README 2020-04-12 12:34:03 +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


Rust bindings usage demo code.