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
Brian Pugh
d4bfeb2bed
lv_indev.c have LV_GROUP_KEY_ESC send an LV_EVENT_CANCEL signal
2019-04-03 22:36:10 -07:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
18809da818
Merge branch 'indev_runtime' into dev-6.0
2019-04-04 07:10:43 +02:00
Gabor Kiss-Vamosi
f19f8a9b5c
minor fix
2019-04-04 07:10:34 +02:00
Gabor Kiss-Vamosi
41ee89e6d2
renames according to the new lv_conf_templ
2019-04-04 07:07:17 +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
Brian Pugh
75f5849a73
Few comment corrections
2019-04-02 09:12:00 -07:00
Gabor Kiss-Vamosi
08722f5f8d
fix compile error
2019-04-02 12:16:15 +02:00
Gabor Kiss-Vamosi
84ace67720
move INDEV settings from lv_conf.h to the indev driver
2019-04-02 12:15:35 +02:00
Gabor Kiss-Vamosi
38c55377c6
merge master
2019-04-02 06:49:05 +02:00
Gabor Kiss-Vamosi
09f362a1ed
add disp. rotate config for disp_drv
2019-03-30 06:23:41 +01:00
Gabor Kiss-Vamosi
eb6daa51d7
move antialiasing and refr_task to the display level
2019-03-30 06:03:23 +01:00
Gabor Kiss-Vamosi
438ae64502
fixes for #935
2019-03-29 16:13:28 +01:00
Themba Dube
82a095b94a
Add ability to select text on the text area
2019-03-27 16:39:37 -04:00
Amir Gonnen
e575d4728b
Changed 'typedef enum' to 'typedef uint8_t'
2019-03-26 00:23:36 +02:00
manison
516a69e218
refactor multiple keypad event generation as per review
2019-03-25 14:17:23 +01:00
manison
f972eb54aa
fix keypad event might be generated multiple times if the event handler returns LV_RES_INV
2019-03-22 08:46:06 +01:00
Gabor Kiss-Vamosi
0005f4c88e
add lv_indev_wait_release to KEYPAD and ENCODER too
2019-03-22 06:35:17 +01: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
4d8ec83866
fix(event): in lv_obj_del get the focused obj before removing the obj from the group
...
fix #946
2019-03-19 03:45:10 +01:00
Amir Gonnen
a9f807ac99
removed commented out function declarations
2019-03-18 10:00:09 +02:00
Amir Gonnen
85442c25c0
commented out functions without definition
...
Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
Amir Gonnen
b222fa3744
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 01:04:34 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00