From 819779e9ef482d9cf5108c2eab57d39f158e24c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Sun, 12 Apr 2020 10:03:02 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d41d1ba..0804910 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,16 @@

LittlevGL - Open-source Embedded GUI Library in Rust

-> Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).

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. +

+

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

-Website · -Live demo · -Simulator · -Forum · -Docs · -Blog +Official LittlevGL Website · +Live WASM demo

---