diff --git a/README.md b/README.md index 650f216..d41d1ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# littlevgl-rs -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. +
+ +