BrianPugh
|
2c5b3fe223
|
Merge branch 'dev-6.0' into ram_optim
|
2019-04-15 07:56:08 -07:00 |
|
Brian Pugh
|
3d77137178
|
lv_label: dynamically allocate space for dots if necessary. If the required dots storage space is 4 or less bytes, directly stores them in the extended data object
|
2019-04-14 11:18:31 -07:00 |
|
Gabor Kiss-Vamosi
|
522d59861e
|
solve conflicts
|
2019-04-14 16:01:48 +02:00 |
|
canardos
|
e6b7afccd2
|
Allow const lv_style_t objects
|
2019-04-11 19:59:55 +08:00 |
|
Gabor Kiss-Vamosi
|
3606ea2588
|
ext_click_area: run-time area test and renames
|
2019-04-11 06:26:41 +02:00 |
|
GreyMS
|
b59e058f8d
|
Merge branch 'pr/2' into dev-6.0
|
2019-04-10 14:14:58 +03:00 |
|
Gabor Kiss-Vamosi
|
fb1ca3fb87
|
rename lv_obj_get_..._func to .._cb (#1011)
|
2019-04-10 06:40:55 +02:00 |
|
Gabor Kiss-Vamosi
|
c4f8e5f8be
|
run clang format
|
2019-04-10 06:23:30 +02:00 |
|
Themba Dube
|
0c3a18e1fe
|
Call lv_obj_set_pos if both drag directions are enabled
|
2019-04-08 08:38:25 -04:00 |
|
Themba Dube
|
5db6b73725
|
Change lv_drag_direction_t to lv_drag_dir_t and update documentation
|
2019-04-05 08:48:39 -04:00 |
|
Themba Dube
|
789e7a3a12
|
Add lv_obj_set_drag_dir and lv_obj_get_drag_dir
|
2019-04-04 21:51:13 -04:00 |
|
melnse
|
bc8cd2068e
|
Realized alternative version of extended clickable area: "USE_LV_EXTENDED_CLICKABLE_AREA_TINY". It doesn't store extended coordinates, but calculates them on the fly. Also ext_paddings changed from lv_area to two uint8_t in both versions.
|
2019-04-04 14:14:40 +03:00 |
|
Gabor Kiss-Vamosi
|
ba2160042a
|
run clang format
|
2019-04-04 07:15:40 +02:00 |
|
melnse
|
6e047e6d27
|
Fixed typos, changed macro to static function.
|
2019-04-03 20:09:33 +03:00 |
|
melnse
|
787dd591c1
|
Realization of extended clickable area.
Suitable for small lonely objects, which must be clicked.
For activation add "#define USE_LV_EXTENDED_CLICK_AREA 1" to lv_conf.h
|
2019-04-03 19:34:58 +03:00 |
|
Gabor Kiss-Vamosi
|
eb6daa51d7
|
move antialiasing and refr_task to the display level
|
2019-03-30 06:03:23 +01:00 |
|
Amir Gonnen
|
e575d4728b
|
Changed 'typedef enum' to 'typedef uint8_t'
|
2019-03-26 00:23:36 +02:00 |
|
Gabor Kiss-Vamosi
|
e8a05aaa65
|
add LV_EVENT_INSERT and use it in Text Area
|
2019-03-20 15:59:41 +01:00 |
|
Gabor Kiss-Vamosi
|
58d375bc93
|
fix typo: LV_SIGNAL_CONTROLL -> LV_SIGNAL_CONTROL
|
2019-03-19 07:15:00 +01:00 |
|
Gabor Kiss-Vamosi
|
ee04c41da8
|
feat(event): add LV_EVENT_SELECTED, event data paramter and update lv_btnm API
|
2019-03-19 06:30:05 +01:00 |
|
Gabor Kiss-Vamosi
|
f51bf17e39
|
move lvgl files to src folder
|
2019-03-17 08:33:03 +01:00 |
|