diff --git a/README.md b/README.md index 65952636b..769e2b82a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# lvgl -The core of the LittleV Graphical Library +# LittleV Graphical Libraray Core + +LittleV Graphical Library is C written software libraray which helps you to add modern and innovative graphical user interface to your embedded application. + +The library supports high level graphical effects, like anialaiasing, opacity, color fade etc. + +The GUI can be built from simle objects like screens, buttons labels, images etc. + +The "misc" modul is required to use use the library. (https://github.com/littlevgl/misc) + +Check littlev.hu for more information! + +There are two branches: master and beta. In beta you will find the newest features which are not released yet. + + +