Update README.md
This commit is contained in:
parent
ec0cb80ea1
commit
819779e9ef
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,21 +1,16 @@
|
|||
<h1 align="center"> LittlevGL - Open-source Embedded GUI Library in Rust</h1>
|
||||
|
||||
> Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
|
||||
|
||||
<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.
|
||||
|
||||
LittlevGL is compatible with `#![no_std]`
|
||||
environments by default.
|
||||
</p>
|
||||
<p align="center">
|
||||
LittlevGL is compatible with `#![no_std]` environments by default.
|
||||
</p>
|
||||
|
||||
<h4 align="center">
|
||||
<a href="https://littlevgl.com">Website </a> ·
|
||||
<a href="https://littlevgl.com/live-demo">Live demo</a> ·
|
||||
<a href="https://docs.littlevgl.com/en/html/get-started/pc-simulator.html">Simulator</a> ·
|
||||
<a href="https://forum.littlevgl.com">Forum</a> ·
|
||||
<a href="https://docs.littlevgl.com/">Docs</a> ·
|
||||
<a href="https://blog.littlevgl.com/">Blog</a>
|
||||
<a href="https://littlevgl.com">Official LittlevGL Website </a> ·
|
||||
<a href="https://littlevgl.com/live-demo">Live WASM demo</a>
|
||||
</h4>
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue