Go to file
2017-01-06 13:37:25 +01:00
lv_app lv_app_kb: keyboard maps are updated 2017-01-06 13:28:57 +01:00
lv_appx Update the code becuse of protect field and lv_win inheritance changes 2017-01-03 17:11:44 +01:00
lv_draw Imporvements fot modularity 2017-01-02 15:29:05 +01:00
lv_icon/x2 Make the file icon to darker 2017-01-03 14:25:16 +01:00
lv_misc ptask API changes (void * parameter) are followed 2017-01-06 13:30:57 +01:00
lv_obj lv_obj: bugfix: free_num and free_p were not copied 2017-01-06 13:33:54 +01:00
lv_objx lv_objx: minor fixes 2017-01-06 13:37:25 +01:00
img_conf_templ.h Imporvements fot modularity 2017-01-02 15:29:05 +01:00
licence.txt Adding the already exting code 2016-06-08 07:25:08 +02:00
lv_conf_temp.h Update the code becuse of protect field and lv_win inheritance changes 2017-01-03 17:11:44 +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.