Go to file
2017-01-14 23:54:16 +01:00
lv_app Update the function documentation in the header files 2017-01-13 23:27:49 +01:00
lv_appx lv_app_notice: build notices from lv_mbox 2017-01-10 16:09:06 +01:00
lv_draw Update the function documentation in the header files 2017-01-13 23:27:49 +01:00
lv_icon icons: simple sized icons are added 2017-01-06 15:34:17 +01:00
lv_misc Update the function documentation in the header files 2017-01-13 23:27:49 +01:00
lv_obj antialiassing: use the VDB to store the filtered result and flush it at once 2017-01-13 23:27:53 +01:00
lv_objx lv_objx: header file documentation updates 2017-01-14 23:54:16 +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 lv_objx: if a define is not provided by lv_conf.h define it by the object 2017-01-12 09:49:13 +01:00
lvgl.h lvgl.h: adding misc module version check 2017-01-12 11:09:18 +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.