Gabor Kiss-Vamosi
|
df18a5f68c
|
fix(ebike-demo): make it compile with Arduino (#7397)
|
2024-12-03 17:18:20 +01:00 |
|
Erik Tagirov
|
f677c25abc
|
feat(indev): add multi touch gestures (#7078)
|
2024-11-18 09:52:25 +01:00 |
|
Niklas Fiekas
|
651f69fd47
|
feat(indev): detect double and triple click (closes #6020) (#6187)
|
2024-09-12 09:27:25 +02:00 |
|
Gabor Kiss-Vamosi
|
e523e20725
|
chore: add underscore prefix for names after struct and enum (#6688)
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
|
2024-09-09 18:51:05 +02:00 |
|
VIFEX
|
491b899c14
|
fix(indev): swap the order of sending indev events and obj events (#6636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-14 10:12:38 +08:00 |
|
Victor Wheeler
|
14461f1d9d
|
fix(docbuild): Doxygen warnings from format errors (part 1 of 2) (#6652)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-12 14:20:15 +02:00 |
|
Liam
|
1d14386b99
|
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names (#6068)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-02 07:46:42 +02:00 |
|
Josh Soref
|
df0d36f02a
|
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-06-28 09:09:23 +02:00 |
|
Samuel
|
67fad672e3
|
feat(hover): add Hover support for pointer device. (#5947)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-05-02 18:23:35 +02:00 |
|
Gabor Kiss-Vamosi
|
54f9003722
|
feat(indev) Add crown support to pointer input device (#5057)
|
2024-03-19 10:10:28 +08:00 |
|
Carlos Diaz
|
e653e26bf8
|
More chore work in indev files (#5604)
|
2024-02-07 12:11:24 +08:00 |
|
Neo Xu
|
e217674295
|
chore: move lv_obj_t define to lv_types.h (#5161)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-01-03 21:44:36 +01:00 |
|
bjsylvia
|
94f0b8eaa0
|
feat(indev): add lv_indev_set_mode to switch input device's event model (#4949)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-12-20 09:35:14 +01:00 |
|
bjsylvia
|
afda43b037
|
feat(indev): start scroll_throw animation using lv_anim_start (#4827)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-22 20:15:03 +01:00 |
|
Gabor Kiss-Vamosi
|
2fe80e0aa1
|
feat(indev): make indevs event based
|
2023-11-13 19:46:31 +01:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
qinshijing
|
9c7fcdaf19
|
feat(indev): change the feedback callback parameter to lv_event_t* (#4435)
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
|
2023-08-06 23:19:33 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|