Gabor Kiss-Vamosi
90679c2cf5
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
2018-07-07 11:53:22 +02:00
Gabor Kiss-Vamosi
c4eaa1359d
add log interface (lv_log) but still there are no log messages added
2018-07-07 08:54:40 +02:00
Gabor Kiss-Vamosi
880171aa08
group: fix typo and the defult style_mod_edit_cb for monochrome displays
2018-06-19 11:19:26 +02:00
Gabor Kiss-Vamosi
ab0b60c584
lv_group: add edit feature (change to edit moed on ENTER long press)
2018-06-19 11:13:03 +02:00
Gabor Kiss-Vamosi
383ce0599e
format with astyler
2018-06-19 09:49:58 +02:00
Gabor Kiss-Vamosi
c33a26b2f9
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-06-19 09:07:10 +02:00
Gabor Kiss-Vamosi
dc918930ab
merge beta
2018-06-19 09:06:49 +02:00
Gabor Kiss-Vamosi
df598675fb
use opa_scale in cover check
2018-06-19 08:49:02 +02:00
Alexander
5ff4125c56
Formatting all header files (*.h) in accordance with project coding style, using the astyle tool and the rules file _astylerc-h.
2018-06-18 13:52:14 +03:00
Alexander
8e9335d49f
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
2018-06-18 13:51:01 +03:00
Gabor Kiss-Vamosi
4ac1c29ca9
lv_group_remove_obj: fix when delete the last object from the group
2018-06-17 16:43:32 +02:00
Gabor Kiss-Vamosi
bf366ea075
lv_stye: style anim return with the dsc
2018-06-15 09:29:10 +02:00
Gabor Kiss-Vamosi
75ea3b9edb
add opa_scale attribute
2018-06-14 13:08:19 +02:00
Gabor Kiss-Vamosi
2a15cffbb9
lv_obj_del: remove from the group before delete the children (DEFOCUS might need children)
2018-06-14 11:17:49 +02:00
Gabor Kiss-Vamosi
bfe1760904
new object type: lv_preload
2018-06-09 08:45:38 +02:00
Gabor Kiss-Vamosi
ea323d260e
add new object type: lv_arc
2018-06-08 10:26:10 +02:00
Gabor Kiss-Vamosi
8826892b00
merge beta
2018-06-07 15:41:22 +02:00
Gabor Kiss-Vamosi
ad22d4b9b5
LV_GROUP_KEY_ENTER_LONG: improve objects behaviour
2018-05-26 10:28:58 +02:00
Gabor Kiss-Vamosi
7f03c17a08
remove debug printf
2018-05-20 21:32:16 +02:00
Gabor Kiss-Vamosi
fc8ee11955
start lv_refr_task immediately on start up (don't need to wait it's period to refresh the screen)
2018-05-17 17:07:21 +02:00
Gabor Kiss-Vamosi
6be0089cac
lv_group_del: remove the objects from the groups too
2018-05-16 23:30:04 +02:00
Gabor Kiss-Vamosi
80cb93f8e1
don't invalidate hidden objects
2018-05-16 23:19:22 +02:00
Gabor Kiss-Vamosi
420fe9710b
merge beta
2018-04-17 14:39:27 +02:00
Gabor Kiss-Vamosi
e57954ef2e
remove old define
2018-04-17 14:38:17 +02:00
Gabor Kiss-Vamosi
8bc5770c28
lv_del_obj: fix if delted while pressed
2018-04-14 22:06:13 +02:00
Gabor Kiss-Vamosi
0d385c237a
lv_font: remove const number return values
2018-04-09 12:39:58 +02:00
Gabor Kiss-Vamosi
a4b697f41e
in style animation add opacity handling to image, text and line
2018-04-09 12:29:56 +02:00
Gabor Kiss-Vamosi
b047c1318f
minor comment fixes
2018-04-05 22:21:50 +02:00
Josh McAtee
eddbbc58b1
Add missing function definition for lv_group_del
2018-04-04 10:24:53 -07:00
Gabor Kiss-Vamosi
8a42ab14ad
Merge branch 'master' into beta
2018-04-03 12:22:11 +02:00
Gabor Kiss-Vamosi
563411a33a
lv_indev: drag test use absolute coosdinates
2018-04-03 12:21:07 +02:00
Gabor Kiss-Vamosi
dd6bad1b6e
fix of 16 bit image draw with alpha byte
2018-03-22 12:39:58 +01:00
Gabor Kiss-Vamosi
0d93816827
lv_group_create: init focus_cb
2018-03-22 10:37:00 +01:00
Gabor Kiss-Vamosi
f8b4dc3a2d
merge beta
2018-03-07 13:07:00 +01:00
Gabor Kiss-Vamosi
fb59508ad1
typo fix: lv_refr_set_round_cb()
2018-03-02 15:34:22 +01:00
Gabor Kiss-Vamosi
d20fe1f4ee
add special default style_mod function in lv_group for LV_COLOR_DEPTH = 1
2018-02-28 16:17:56 +01:00
Gabor Kiss-Vamosi
05fe9b6b81
add lv_obj_get_type
2018-02-28 15:37:41 +01:00
Gabor Kiss-Vamosi
076540752b
prevent refresh after drag is no movement happened
2018-02-24 15:36:06 +01:00
Gabor Kiss-Vamosi
f3e1df3997
add LV_GROUP_KEY_ENETER_LONG to trigger long press evets of the objects
2018-02-24 14:39:15 +01:00
Gabor Kiss-Vamosi
b2f72d3f70
LV_INDEV_TYPE_BUTTON added
2018-02-24 13:17:39 +01:00
Gabor Kiss-Vamosi
a676590e30
add group focus callback and invalid area rounding callback option
2018-02-24 11:55:39 +01:00
Gabor Kiss-Vamosi
7310a2c6cc
add LV_PROTECT_PRESS_LOST
2018-02-24 11:26:06 +01:00
Gabor Kiss-Vamosi
a11957d0b4
new font and anti-alising system release for test
2018-02-23 13:56:32 +01:00
Gabor Kiss-Vamosi
88096cbbfe
merge change
2018-02-16 13:16:40 +01:00
Gabor Kiss-Vamosi
2237ebd46e
work in progress with new anti aliasing
2018-02-15 10:12:28 +01:00
Josh McAtee
55a276ff9a
Fix input device processing
2018-02-06 11:42:50 -08:00
Gabor Kiss-Vamosi
94e686ba44
lv_obj_get_style: with NULL style check if the parent is focused and use the focused style
2018-01-13 08:18:24 +01:00
Gabor Kiss-Vamosi
9b664e2944
LV_INDEV_READ_PERIOD 0 build bugfix
2018-01-10 09:42:52 +01:00
Gabor Kiss-Vamosi
78ff568dfb
Merge pull request #66 from iromero91/master
...
Add configuration options for whole row and column invalid areas
2018-01-09 20:32:14 +01:00
Jose I Romero
e1d2709431
Add configuration options for whole row and column invalid areas
...
Some displays like the Sharp memory LCDs require whole rows to be updated at
a time, LV_INV_FULL_ROW ensures that every screen flush is a whole number of
rows.
LV_INV_FULL_COL is provided too for convenience when rotating the screen 90
degrees, making all updates be whole columns instead. Enabling both flags will
make lvgl update the whole screen every time.
2018-01-09 12:38:52 -06:00