lvgl-rs/README.md

18 lines
560 B
Markdown
Raw Normal View History

2020-04-12 07:58:01 +00:00
<h1 align="center"> LittlevGL - Open-source Embedded GUI Library in Rust</h1>
<p align="center">
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.
2020-04-12 08:03:02 +00:00
</p>
<p align="center">
2020-04-12 08:10:04 +00:00
LittlevGL is compatible with <samp>#![no_std]</samp> environments by default.
2020-04-12 07:58:01 +00:00
</p>
<h4 align="center">
2020-04-12 08:03:02 +00:00
<a href="https://littlevgl.com">Official LittlevGL Website </a> &middot;
2020-04-12 08:08:55 +00:00
<a href="https://littlevgl.com/live-demo">Live demo</a>
2020-04-12 07:58:01 +00:00
</h4>
---