Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
a7084509b5
fix(fs): do not trim the leading / from the path
2021-03-17 20:45:36 +01:00
Gabor Kiss-Vamosi
9d23260ce5
minor fixes
2021-03-17 13:36:58 +01: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
Gabor Kiss-Vamosi
b0c1febc16
feat(obj): add lv_obj_remove_event_cb
...
based on #2128
2021-03-17 10:15:49 +01: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
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
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
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
Gabor Kiss-Vamosi
dad2b4aab1
fix tests
2021-03-16 20:57:22 +01: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
Gabor Kiss-Vamosi
7b3dbd5e2a
Update README.md
2021-03-16 17:09:08 +01: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
Gabor Kiss-Vamosi
4516018ce7
refactor(draw_buf): rename vdb to draw_buf
...
It affected only local variables and comments
2021-03-14 13:57:53 +01:00
Xiang Xiao
d90759aaab
Minor fix for disp driver ( #2135 )
...
* fix(disp): correct the typo error in comment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(disp): fix the field definition
1.change rotated from 3bits to 2bits since lv_disp_rot_t has only four value
2.change inv_p from 10bits to uint16_t to avoid the bit operation
3.reorder bg_opa to save the memory space
* fix(disp): remove the unnecessary field zero
since lv_memset_00 is already done for the main struct
* fix(disp): handle the out of memmory gracefully
* fix(disp): delete the refresh timer in lv_disp_remove
* fix(disp): handle NULL pointer correctly in lv_disp_[g|s]et_rotation
like other similar(allow NULL disp) functions
* fix(disp): call lv_area_set_[width|height] in lv_disp_drv_update
to remove one extra row and column
2021-03-14 13:46:35 +01:00
Xiang Xiao
54b8862609
fix(disp): rename lv_disp_get_buf to lv_disp_get_draw_buf ( #2136 )
...
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 13:44:01 +01:00
Gabor Kiss-Vamosi
a431569455
feat(fs driver): save only the pointer of the driver in lv_fs_drv_register
2021-03-14 13:42:32 +01:00
Gabor Kiss-Vamosi
7840f3577e
feat(indev driver): save only the pointer of the input deveice driver in lv_indev_register()
2021-03-14 13:34:06 +01:00
Gabor Kiss-Vamosi
f0e17cad60
fix(chart): fix warning
2021-03-14 13:31:29 +01:00
Gabor Kiss-Vamosi
ea557d2b4c
perf(chart): use raw line end on line chart if line_width == 1
2021-03-12 21:42:18 +01:00
Gabor Kiss-Vamosi
93ddf0b8fb
feat(chart): chage to simpler line drawing if the number of points > chart width
...
If there are a lot of points always draw vertical lines.
Visually it's similar but much faster than drawing skewed antialaised lines.
2021-03-12 21:36:33 +01:00
Gabor Kiss-Vamosi
fa2c817681
Update lv_port_disp_template.c
2021-03-12 14:12:12 +01:00
Gabor Kiss-Vamosi
ca7d806eab
fix(screen change): allow postion change on screens to make screen change animations work
2021-03-11 22:30:51 +01:00
Gabor Kiss-Vamosi
ae09ce5701
feat(style): remove style caching becasue it had no peformance benefit
...
and add custom user states
2021-03-11 21:05:11 +01:00
Gabor Kiss-Vamosi
ba69cb4dca
fix compiler error with some logs
2021-03-11 19:38:51 +01:00