From 30d554e9047ef2cf80eea61de064ce2cf2e3b843 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 15 Jun 2016 11:40:04 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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. + + +