Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(indev): add long press time setter (#6664) | Antoine Villeret | 2024-08-13 |
| | |||
* | refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" ↵ | Liam | 2024-08-02 |
| | | | | | names (#6068) Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | chore: update some code and docs to use v9 API (#5876) | zylalx1 | 2024-04-10 |
| | | | Co-authored-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | More chore work in indev files (#5604) | Carlos Diaz | 2024-02-07 |
| | |||
* | docs(indev): Document the relation between LV_INDEV_MODE_EVENT and ↵ | J. Neuschäfer | 2024-02-05 |
| | | | | data->continue_reading (#5586) | ||
* | chore(indev): support lv_indev_get_mode (#5186) | bjsylvia | 2024-01-14 |
| | | | | Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com> | ||
* | fix(display): fix inconsistency in the API (#5136) | Gabor Kiss-Vamosi | 2024-01-11 |
| | |||
* | chore: move lv_obj_t define to lv_types.h (#5161) | Neo Xu | 2024-01-03 |
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> | ||
* | lvgl:add lv_display_remove_event_cb_with_user_data (#4998) | jianglianfang | 2023-12-26 |
| | | | Signed-off-by: jianglianfang <jianglianfang@xiaomi.com> | ||
* | feat(indev): add lv_indev_set_mode to switch input device's event model (#4949) | bjsylvia | 2023-12-20 |
| | | | | Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com> | ||
* | feat(indev): add API to remove polling timer (#4891) | Neo Xu | 2023-11-30 |
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> | ||
* | feat(indev): support lv_indev_get_read_cb (#4894) | bjsylvia | 2023-11-30 |
| | | | | Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com> | ||
* | refactor(event): add _cb postfix to lv_obj_add_event() | Gabor Kiss-Vamosi | 2023-11-28 |
| | |||
* | feat(indev): make indevs event based | Gabor Kiss-Vamosi | 2023-11-13 |
| | |||
* | refactor(style): rename lv_indev_get_act to lv_indev_active | Gabor Kiss-Vamosi | 2023-10-31 |
| | |||
* | refactor: disp->display, res->result/resolution, ↵ | Gabor Kiss-Vamosi | 2023-09-18 |
| | | | | hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale | ||
* | feat(indev): add 'lv_indev_read' to allow read events from specified indev ↵ | bjsylvia | 2023-08-28 |
| | | | | | | (#4494) Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com> | ||
* | arch(draw): add parallel rendering architecture | Gabor Kiss-Vamosi | 2023-07-05 |
BREAKING CHANGE This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too. |