Go to file
2017-05-15 09:17:20 +02:00
lv_app lv_mbox: start/stop auto close added 2017-01-16 12:41:21 +01:00
lv_appx txt_recolor: text recolor option added, text size function are exteded with a falg paramter 2017-02-01 11:39:48 +01:00
lv_draw txt_recolor: text recolor option added, text size function are exteded with a falg paramter 2017-02-01 11:39:48 +01:00
lv_icon icons: simple sized icons are added 2017-01-06 15:34:17 +01:00
lv_misc txt_recolor: text recolor option added, text size function are exteded with a falg paramter 2017-02-01 11:39:48 +01:00
lv_obj lv_obj.h: remove an incorrect include of <sys/types.h> 2017-02-22 10:17:30 +01:00
lv_objx Merge branch 'master' of https://github.com/littlevgl/lvgl 2017-05-15 09:17:20 +02: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 Merge symbols: solve conficts 2017-01-16 12:30:22 +01:00
lvgl.h Minor release: v2.2.0 2017-01-16 12:41:59 +01:00
README.md Update README.md 2017-03-19 03:33:17 +01: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 simple 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.