Go to file
2017-01-09 18:08:57 +01:00
lv_app Style updates: whiter button border, app_kb no border 2017-01-09 06:46:27 +01:00
lv_appx lv_list: fit is removed and moved to list style as widthe_sb 2017-01-08 15:58:31 +01:00
lv_draw image upscale added as lv_img attribute 2017-01-09 08:50:38 +01:00
lv_icon icons: simple sized icons are added 2017-01-06 15:34:17 +01:00
lv_misc ptask API changes (void * parameter) are followed 2017-01-06 13:30:57 +01:00
lv_obj image upscale added as lv_img attribute 2017-01-09 08:50:38 +01:00
lv_objx lv_rect: bugfix in design cover check when radious is LV_RECT_CIRCLE 2017-01-09 18:08:57 +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 dm_get_size is back, move style isolation to lv_obj_create from obj_x 2017-01-08 13:06:41 +01:00
lvgl.h Adding LVGL_VERSION_PATCH in lvgl.h 2017-01-08 16:01:07 +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.