Xiang Xiao
85a7c5e66a
fix(gc): remove the inclusion of LV_GC_INCLUDE ( #2164 )
2021-03-24 09:44:46 +01:00
Xiang Xiao
04990aefe5
fix(obj): remove the unused MY_CLASS macro ( #2153 )
2021-03-21 17:37:25 +01:00
Xiang Xiao
e7cc4bc180
fix(format): remove 0x prefix from %p ( #2151 )
...
* fix(format): remove 0x prefix from %p
since %p already add this prefix automatically
* fix(printf): make %p more compatible with the standard
2021-03-21 16:50:49 +01:00
Gabor Kiss-Vamosi
84163749ec
fix(lv_conf): add LV_USE_THEME_BASIC
2021-03-19 18:07:58 +01:00
Gabor Kiss-Vamosi
c565d4de8a
feat(refresh): add LV_USE_REFR_DEBUG
2021-03-19 18:05:33 +01:00
Gabor Kiss-Vamosi
d83fa19703
minor fixes
2021-03-19 18:03:08 +01:00
Gabor Kiss-Vamosi
a4b66d550f
minor fix
2021-03-19 16:33:50 +01:00
Gabor Kiss-Vamosi
bcacdecbcb
remove test code
2021-03-19 16:30:08 +01:00
Gabor Kiss-Vamosi
c1fd58b785
fix(theme) do not apply theme to top/sys_layer as they are transparent by default
...
Fixes 4bdb0e94
2021-03-19 16:28:57 +01:00
Gabor Kiss-Vamosi
4bdb0e94a3
fix(theme): apply the new theme on the screen if there are no object created
...
When a display is registered the act_screen, top_layer and sys_layer are created with the default theme.
If a new theme is set immediatelly after the driver regsitration (with lv_theme_set_act) the created screens should use the styles from the new theme.
If there are more obejct do not add the theme becasue it's possibelt that the user already added styles to the screens and applying the theme would clear these styles.
2021-03-19 16:10:38 +01:00
Gabor Kiss-Vamosi
fa5e42ac0e
fix warning
2021-03-19 16:04:23 +01:00
Gabor Kiss-Vamosi
666653efe7
fix(refresh): do not redraw the whole object if only part's style changes on a new state
2021-03-19 16:01:26 +01:00
Gabor Kiss-Vamosi
ac3fa78718
minor fixes
2021-03-19 13:00:21 +01:00
Gabor Kiss-Vamosi
a9e826d3c5
feat(obj style): remove obj->style_lista nd use array of lv_obj_style_t in lv_obj_t
2021-03-19 09:38:52 +01:00
Gabor Kiss-Vamosi
d62c8b2114
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-03-19 00:28:22 +01:00
Gabor Kiss-Vamosi
2af273011d
fix(chart): revert the removal of LV_EVENT_GET_SELF_SIZE handling
...
It's required to make th chart scrollable
2021-03-19 00:28:13 +01:00
Gabor Kiss-Vamosi
171f7548d6
fix(textarea): remove the prototype of unimplementes functions
2021-03-18 18:15:38 +01:00
github-actions[bot]
53c6b1f5b2
Merge 150f44ed13
into dev
2021-03-18 16:40:34 +00:00
Gabor Kiss-Vamosi
150f44ed13
update lv_cont_internal.h
2021-03-18 17:39:07 +01:00
Gabor Kiss-Vamosi
c1f8a844bc
style(comment): remove the word signal from the comments
2021-03-18 17:38:42 +01:00
Gabor Kiss-Vamosi
bf2deded51
fix conflicts
2021-03-18 17:31:09 +01:00
Gabor Kiss-Vamosi
6873544e2f
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-03-18 17:18:29 +01:00
Gabor Kiss-Vamosi
0ef2e08d02
refactor(event): adjust events names
2021-03-18 17:18:11 +01:00
Gabor Kiss-Vamosi
03f74ce186
feat(obj): merge draw clallback to events
2021-03-18 17:03:36 +01:00
Gabor Kiss-Vamosi
6b7fe23fb8
feat(obj): merge signals into events
2021-03-18 15:13:35 +01:00
github-actions[bot]
bb9efb13c9
Merge 35772ba6c3
into dev
2021-03-18 13:26:35 +00:00
Xiang Xiao
35772ba6c3
fix(label): fix build break(lv_disp_buf_t not defined) ( #2148 )
2021-03-18 09:26:04 -04:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
github-actions[bot]
cd619bcb63
Merge a7084509b5
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 9d23260ce5
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 39f627022f
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 b0c1febc16
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 4a0dbffc47
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 498b6c6c54
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 85f21a1345
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 7f32ffe203
into dev
2021-03-16 22:01:03 +00:00
github-actions[bot]
3e5ce7a464
Merge 2676bc8839
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