Go to file
2017-01-02 10:48:21 +01:00
lv_app Minor improvments with the application system 2017-01-01 22:57:17 +01:00
lv_appx Minor improvments with the application system 2017-01-01 22:57:17 +01:00
lv_draw Adding dependency check to oject types 2017-01-02 10:48:21 +01:00
lv_icon/x2 icons moved, app sysmon added, app fsel added 2016-12-29 23:48:01 +01:00
lv_misc LV_APP_COM_TYPE_... reworked, minor updates 2016-12-30 21:48:58 +01:00
lv_obj Bugfix: call the top object's parent post draw design fubctions 2017-01-01 22:54:59 +01:00
lv_objx Adding dependency check to oject types 2017-01-02 10:48:21 +01:00
licence.txt Adding the already exting code 2016-06-08 07:25:08 +02:00
lv_conf_temp.h icons added, app animations, page_focus, win style updates 2016-12-17 21:22:16 +01:00
lvgl.h bugfix with LV_APP_EFFECT_OPA_ANIM 0 bugfif + letter draw bugfix 2016-12-26 14:44:27 +01:00
README.md Update README.md 2016-06-15 11:40:04 +02:00

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.