Gabor Kiss-Vamosi
8bf1cc6f6b
label: fix label align with SCROLL or SCROLL_CIRC long mode
2020-03-31 12:18:11 +02:00
Gabor Kiss-Vamosi
858c21d999
optmize lv_canvas_fill_bg
2020-03-31 12:14:45 +02:00
Gabor Kiss-Vamosi
8f81a04ffb
img drawing: fix ARGB recoloring
2020-03-31 12:14:45 +02:00
Gabor Kiss-Vamosi
ef7a8f3543
shadow fixes
2020-03-31 11:06:57 +02:00
Gabor Kiss-Vamosi
88c31521e0
remove unused variables
2020-03-31 10:21:36 +02:00
Gabor Kiss-Vamosi
1692cc7b7d
optimize shadow drawing
2020-03-31 10:16:11 +02:00
xennex22
5c60112b29
Fixed insert of utf8 options
2020-03-30 15:06:14 -07:00
xennex22
98e8e9c3b0
Prevent more than 360 degree circle being drawn
2020-03-30 15:03:40 -07:00
xennex22
61553426ef
Initialize rotation value
2020-03-30 09:13:07 -07:00
xennex22
7e8f6368d6
Added lv_arc_set_rotation, fixed drawing full circle
2020-03-30 09:09:13 -07:00
xennex22
e805e59e8c
Added lv_arc_set_rotation
2020-03-30 08:28:50 -07:00
Gabor Kiss-Vamosi
f545db3117
minor fixes
2020-03-29 22:00:48 +02:00
Abdullah Alsigar
e3e130c54c
Fix comment typo ( #1423 )
2020-03-28 11:10:21 -04:00
xennex22
38cb4e73b3
Changed angle data type to uint16_t
2020-03-27 10:20:51 -07:00
xennex22
49b6dc7d33
Changed tabs to spaces
2020-03-27 10:15:51 -07:00
xennex22
52da15c8e7
Changed angle data type to uint16_t
2020-03-27 10:14:09 -07:00
Gabor Kiss-Vamosi
dde615489f
Merge pull request #1421 from turoksama/master
...
Fix a crash with null indev input in lv_indev_wait_release()
2020-03-27 15:09:23 +01:00
Gabor Kiss-Vamosi
57220246e9
fix warning
2020-03-27 10:21:23 +01:00
Gabor Kiss-Vamosi
b772601018
linemeter, gauge: update default size
2020-03-27 10:00:10 +01:00
Gabor Kiss-Vamosi
afcb5c70bc
optmize line drawing
2020-03-27 09:52:32 +01:00
Gabor Kiss-Vamosi
9f7365103b
increase indev_read_task priority to HIGH to avoid blocking by disp_refr_task
2020-03-27 09:41:58 +01:00
Gabor Kiss-Vamosi
58fc703dba
add lv_disp_flush_is_last()
2020-03-27 08:47:52 +01:00
Gabor Kiss-Vamosi
6741f0c283
lv_draw_blend: update GPU px limit
2020-03-27 08:41:11 +01:00
Gabor Kiss-Vamosi
d8afe0c980
update lv_conf_template.h
2020-03-27 08:40:15 +01:00
Gabor Kiss-Vamosi
ae88d7ae30
linemeter: speed optmiziation
2020-03-27 08:29:39 +01:00
Gabor Kiss-Vamosi
b181576bf4
increase GPU usage limit
2020-03-26 16:38:11 +01:00
Gabor Kiss-Vamosi
1b61e553fc
theme material: fix build error. Closes #1419
2020-03-26 15:59:35 +01:00
Gabor Kiss-Vamosi
c9afbaafa2
material theme updates
2020-03-26 15:51:33 +01:00
Gabor Kiss-Vamosi
c8c240a302
btn, btnmatrix: minor fixes
2020-03-26 15:50:57 +01:00
Gabor Kiss-Vamosi
21a7acd7a2
lv_img_buf_transorm: remove unnecessary calculations
2020-03-26 15:50:24 +01:00
Gabor Kiss-Vamosi
f6ad61c88b
gauge: fix allocation with wrong size
2020-03-26 15:49:23 +01:00
Gabor Kiss-Vamosi
23c2d804f0
experiemnt with more accurate lv_color_mix
2020-03-26 08:58:16 +01:00
Gabor Kiss-Vamosi
8fe169981f
optimize ARGB+opa image drawing
2020-03-26 08:57:51 +01:00
Samuel
e655373df2
Fix a null indev input in lv_indev_wait_release()
...
Will crash on calling while no indev returned conditions, such as delayed for an deletion of objects automatically when idle(no interactive inputs).
Perhaps we will think of that it is "your" responsibility to check before calling. well, I think it may not be easy for the one who does not familar with the library, and I stucked here and debug for hours.
2020-03-26 14:08:25 +08:00
xennex22
d14cd826c3
Change angle values to uint16_t
2020-03-25 18:09:37 -07:00
paolog
a049df2db6
Copy rollover extra field
...
Added copy of the new extra field when creating a new spinbox copying an existing one
2020-03-25 20:50:21 +01:00
paolog
f8d67a4968
Removed NULL check
2020-03-25 17:37:36 +01:00
paolog
3ab2d8470b
Changed rollover field type
2020-03-25 17:36:33 +01:00
skypoldo
a6f3ed8102
Added rollover function to spinbox
...
The rollover functionalty allows the spinbox to turn aound the range of values. Increasing over maximum values restarts from minimum value. Decreasing below minimum value restarts fro maximum value.
2020-03-25 16:17:01 +01:00
Gabor Kiss-Vamosi
10cd99df5b
lv_color_mix_with_alpha: minor fix
2020-03-25 16:15:03 +01:00
Gabor Kiss-Vamosi
e6ad7e2332
fix image zoom with RGB images
2020-03-25 16:14:57 +01:00
Gabor Kiss-Vamosi
c0c1ccec1d
belnding fixes with transparent screen
2020-03-25 16:10:51 +01:00
Gabor Kiss-Vamosi
ba1639848d
reduce CPU load of PERF_MONITOR
2020-03-25 16:09:30 +01:00
Gabor Kiss-Vamosi
80973db76e
minor fixes
2020-03-25 10:07:06 +01:00
Gabor Kiss-Vamosi
848defad9a
lv_draw_rect: remove unreachable code
2020-03-25 10:06:57 +01:00
xennex22
cf45342e8d
Added bg arc get functions
2020-03-24 13:42:27 -07:00
xennex22
d99b802ac2
Added bg arc gets
2020-03-24 13:41:19 -07:00
Gabor Kiss-Vamosi
242eaa708d
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-24 20:59:25 +01:00
Gabor Kiss-Vamosi
83770e004c
lv_img_buf_tranform: fix inaccurate color mixing
2020-03-24 20:59:12 +01:00
Gabor Kiss-Vamosi
b4f8c71501
lv_dropdown_add_option: add invalidation
2020-03-24 20:25:04 +01:00