Update README.md

This commit is contained in:
Gabor Kiss-Vamosi
2016-06-15 11:40:04 +02:00
committed by GitHub
parent 151b7cbb95
commit 494c1c09b9

View File

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