github-actions[bot]
cd619bcb63
Merge a7084509b51e8c39d4018144b38b5b6a4b5242f8 into dev
2021-03-17 19:46:21 +00:00
Gabor Kiss-Vamosi
a7084509b5
fix(fs): do not trim the leading / from the path
2021-03-17 20:45:36 +01:00
github-actions[bot]
ea213d07d1
Merge 9d23260ce5e53015a4e652c1ec7f26d78f37ca95 into dev
2021-03-17 12:37:32 +00:00
Gabor Kiss-Vamosi
9d23260ce5
minor fixes
2021-03-17 13:36:58 +01:00
github-actions[bot]
81d4f510df
Merge 39f627022fa1c92b5b180831c3d36ca125e89444 into dev
2021-03-17 09:31:44 +00:00
Gabor Kiss-Vamosi
39f627022f
fix build error
2021-03-17 10:28:26 +01:00
Gabor Kiss-Vamosi
6363d53fbe
fix conflicts
2021-03-17 10:27:36 +01:00
Gabor Kiss-Vamosi
87c4a0ffef
fix conflicts
2021-03-17 10:24:48 +01:00
Gabor Kiss-Vamosi
39dccac4e4
Merge branch 'disp' of https://github.com/xiaoxiang781216/lvgl into xiaoxiang781216-disp
2021-03-17 10:22:26 +01:00
Xiang Xiao
5f042a8c5f
fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
...
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-17 10:20:29 +01:00
github-actions[bot]
624755b57b
Merge b0c1febc16900a57ec9253f4616e8153c1ea0e1d into dev
2021-03-17 09:17:17 +00:00
Gabor Kiss-Vamosi
b0c1febc16
feat(obj): add lv_obj_remove_event_cb
...
based on #2128
2021-03-17 10:15:49 +01:00
github-actions[bot]
3c50a252ce
Merge 4a0dbffc477fe9d065a9f3f84cb1863390b653f3 into dev
2021-03-17 09:09:16 +00:00
Gabor Kiss-Vamosi
4a0dbffc47
fix(disp): need save the new driver pointer in lv_disp_drv_update
...
Based on #2138
2021-03-17 10:08:35 +01:00
github-actions[bot]
2c2303f40d
Merge 498b6c6c54f06fc72a6a91f27c72d88dff6c4170 into dev
2021-03-17 09:06:15 +00:00
Gabor Kiss-Vamosi
498b6c6c54
fix(indev) don't call memcpy in lv_indev_drv_update
...
Based on #2139
2021-03-17 10:05:36 +01:00
github-actions[bot]
1651260027
Merge 85f21a1345c63b290162477da4d79bafab840150 into dev
2021-03-17 08:27:59 +00:00
Gabor Kiss-Vamosi
85f21a1345
refactor(draw_hook): rename lv_obj_draw_hook_dsc_t to lv_obj_draw_dsc_t
...
Based on #2142
2021-03-17 09:27:19 +01:00
github-actions[bot]
da082c93a4
Merge 7f32ffe20361526bcec34a4a7cb3f29f1582a8a5 into dev
2021-03-16 22:01:03 +00:00
github-actions[bot]
3e5ce7a464
Merge 2676bc88393bc741930cba8248cdafb2c7ed07f5 into dev
2021-03-16 22:00:40 +00:00
Gabor Kiss-Vamosi
7f32ffe203
add blue arc to lv_example_meter_1
2021-03-16 23:00:23 +01:00
Gabor Kiss-Vamosi
2676bc8839
fix(gpu): fix the name of the gpu related includes
2021-03-16 22:59:59 +01:00
github-actions[bot]
1efbe921b5
Merge dad2b4aab1853fdbdc21925e89d3ad6634cd1bcc into dev
2021-03-16 19:57:53 +00:00
Gabor Kiss-Vamosi
dad2b4aab1
fix tests
2021-03-16 20:57:22 +01:00
github-actions[bot]
0c0039ef15
Merge 1a1e5c81963d471749b47b2dc52d6a76ce0eb688 into dev
2021-03-16 19:54:22 +00:00
Gabor Kiss-Vamosi
1a1e5c8196
update make files
2021-03-16 20:53:42 +01:00
Gabor Kiss-Vamosi
0cc1e99ddf
remove the lv_ prefix from the directories in the src folder
2021-03-16 20:36:27 +01:00
github-actions[bot]
179319b034
Merge 7b3dbd5e2aed3087f2af188134c5de3cab9f1e89 into dev
2021-03-16 16:09:40 +00:00
Gabor Kiss-Vamosi
7b3dbd5e2a
Update README.md
2021-03-16 17:09:08 +01:00
github-actions[bot]
931d647d40
Merge 24588d08b634c992bb044e784d2ea0f172956830 into dev
2021-03-16 15:59:26 +00:00
Gabor Kiss-Vamosi
24588d08b6
remove leftover files after merging master
2021-03-16 16:58:50 +01:00
Gabor Kiss-Vamosi
3dbc170d4b
remove leftover files after merging master
2021-03-16 16:41:52 +01:00
Gabor Kiss-Vamosi
73d51608e8
Merge master
2021-03-16 16:32:58 +01:00
Gabor Kiss-Vamosi
ec9de515b3
Release v7.11.0
v7.11.0
2021-03-16 16:31:32 +01:00
Gabor Kiss-Vamosi
a9e50ae822
remove debug expressions
2021-03-16 15:43:03 +01:00
Gabor Kiss-Vamosi
434c01d7cf
minor fixes
2021-03-16 15:39:10 +01:00
Gabor Kiss-Vamosi
9e8e892dff
perf(meter): invalidate only the needle area
2021-03-16 15:24:52 +01:00
Gabor Kiss-Vamosi
0f70859758
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2021-03-16 12:38:47 +01:00
Gabor Kiss-Vamosi
fc0b3afee2
fix warning
2021-03-16 12:38:36 +01:00
Gabor Kiss-Vamosi
a0671ab953
fix(theme): default theme fixes
2021-03-16 12:33:47 +01:00
Gabor Kiss-Vamosi
0aec010a52
feat(arc): add lv_draw_arc_get_area to have a common function to get the area to invalidated
2021-03-16 12:32:52 +01:00
Gabor Kiss-Vamosi
8106c2f348
feat(chart): add lv_chart_set_series_color
2021-03-16 12:29:21 +01:00
Gabor Kiss-Vamosi
3f23733961
feat(font): add LV_SYMBOL_TINT and LV_SYMBOL_ENVELOPE
2021-03-16 12:28:43 +01:00
Gabor Kiss-Vamosi
ef5b2c695b
minor fixes
2021-03-16 12:28:25 +01:00
Gabor Kiss-Vamosi
d93056cd43
feat(obj): add lv_obj_get_height/width_visible
2021-03-15 16:38:54 +01:00
Gabor Kiss-Vamosi
acd07ff83c
feat(example): add more chart examples
2021-03-15 15:23:10 +01:00
Gabor Kiss-Vamosi
dc7e6b00a0
rename some LV_PART_... and add cursor drawing back to lv_chart
2021-03-15 15:20:40 +01:00
Xiang Xiao
1f3ae7f274
fix(disp): change all disp_buf to draw_buf
...
follow up the commit:
commit e9cc1c2d4676b3863a85f35a79162ecedd280213
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date: Wed Mar 10 13:07:15 2021 +0100
feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-14 21:39:05 +08:00
Xiang Xiao
1da95cf534
fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
...
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-14 21:10:58 +08:00
Xiang Xiao
460b227b83
fix(doc): remove ':' from @param ( #2137 )
2021-03-14 14:02:16 +01:00