Gabor Kiss-Vamosi
|
8880326abd
|
img_decoder: return on out of memory error
|
2020-03-08 03:36:03 +01:00 |
|
embeddedt
|
6348fe079d
|
Update URL of ESP32 port
Requested by @C47D
|
2020-03-07 16:00:20 -05:00 |
|
Gabor Kiss-Vamosi
|
ad44495146
|
remove accidentally enabled LV_BUILD_TEST
|
2020-03-07 10:25:42 +01:00 |
|
embeddedt
|
48cbc84e5c
|
lv_img_decoder: fix incorrect debug assert (#1402)
|
2020-03-06 10:22:33 -05:00 |
|
Gabor Kiss-Vamosi
|
c33d875015
|
minor renames and fixes
|
2020-03-06 13:14:39 +01:00 |
|
Gabor Kiss-Vamosi
|
5578b0b496
|
refine imgbtn API to work smoother with tiled mode
|
2020-03-06 13:14:39 +01:00 |
|
Themba Dube
|
da4115e652
|
Do not build tests by default
|
2020-03-05 20:05:18 -05:00 |
|
embeddedt
|
ffdf2ed542
|
Fix #1401: wrong roller opt selected with pointer-based input
|
2020-03-05 10:06:48 -05:00 |
|
Gabor Kiss-Vamosi
|
3dc8b9ab0d
|
make style API C++ compatible
|
2020-03-05 15:39:11 +01:00 |
|
embeddedt
|
c513977559
|
Fix #1400: divide-by-zero error in lv_mem_monitor
|
2020-03-04 18:10:45 -05:00 |
|
Gabor Kiss-Vamosi
|
d79fb70aaa
|
linemeter: increase the precision of sine/cos interpolation
it needs the same time to caclulate then a lower resolution
|
2020-03-04 16:44:20 +01:00 |
|
Gabor Kiss-Vamosi
|
4e10efd642
|
minor fixes and renames
|
2020-03-04 16:29:21 +01:00 |
|
Gabor Kiss-Vamosi
|
4afd47e5ab
|
further improve linemeters line precision by interpolating sine and cos values
|
2020-03-04 14:43:08 +01:00 |
|
Gabor Kiss-Vamosi
|
f9bcde4e6f
|
use a fix value LV_RADIUS_CIRCLE
It messed up roundind when lv_coord_t is int32_t
|
2020-03-04 12:15:26 +01:00 |
|
Gabor Kiss-Vamosi
|
e1b188f705
|
fix overflow and reduce lines direction error
|
2020-03-04 12:09:43 +01:00 |
|
Gabor Kiss-Vamosi
|
f9fa0add86
|
lv_draw_line: fix crash with masks
|
2020-03-04 12:09:43 +01:00 |
|
Gabor Kiss-Vamosi
|
1b3d1fcb8e
|
Merge pull request #1398 from xennex22/dev-7.0
Make dropdown options dynamic
|
2020-03-04 11:31:32 +01:00 |
|
Gabor Kiss-Vamosi
|
419d8912f8
|
draw_label: fix goining to the first visible line
|
2020-03-04 11:09:36 +01:00 |
|
Gabor Kiss-Vamosi
|
5c6a7fa6d3
|
btn: fix lv_btn_set_state to remove DIABLED state if other state is set
|
2020-03-04 11:09:10 +01:00 |
|
Gabor Kiss-Vamosi
|
cec2660724
|
imgbtn: improve to use LV_STYLE_TRANSFORM_WIDTH/HEIGHT
|
2020-03-04 11:08:20 +01:00 |
|
Gabor Kiss-Vamosi
|
59d95b697e
|
fix lv_obj_finish_transition to apply the latest transition in the end
|
2020-03-04 11:07:29 +01:00 |
|
Gabor Kiss-Vamosi
|
a663578ebc
|
optimize lv_obj_refresh_style
|
2020-03-04 11:06:47 +01:00 |
|
Gabor Kiss-Vamosi
|
5c1eac455f
|
disable PERF_MONITOR by default
|
2020-03-04 11:03:31 +01:00 |
|
Gabor Kiss-Vamosi
|
1ff6fc28d3
|
imgbtn: allow bg drawing
|
2020-03-04 09:14:07 +01:00 |
|
Gabor Kiss-Vamosi
|
048b5cfb60
|
lv_conf_template updates
|
2020-03-04 09:14:07 +01:00 |
|
Gabor Kiss-Vamosi
|
2e9f1139e3
|
rect bg draw: fix overdrawn line in the middle with LV_RADIUS_CIRCLE
|
2020-03-04 09:09:28 +01:00 |
|
xennex22
|
f9d467e3e7
|
Changed lv_dropdown_add_option parameter from int to uint16_t
|
2020-03-03 06:37:51 -08:00 |
|
Gabor Kiss-Vamosi
|
2f44d9045b
|
run formatter
|
2020-03-03 15:37:13 +01:00 |
|
xennex22
|
78260c31f2
|
Removed debug code
|
2020-03-03 06:37:01 -08:00 |
|
Gabor Kiss-Vamosi
|
b1f059375d
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-03 15:36:54 +01:00 |
|
Gabor Kiss-Vamosi
|
caad3c9d1b
|
empty theme: set LV_OPA_COVER for screens by default
|
2020-03-03 15:35:26 +01:00 |
|
Gabor Kiss-Vamosi
|
4d5b9a02cf
|
fix unititalized variable in lv_img_buf_transform_init
|
2020-03-03 15:34:49 +01:00 |
|
Gabor Kiss-Vamosi
|
e146da0532
|
fix transitions
|
2020-03-03 15:34:10 +01:00 |
|
xennex22
|
cc34ecfa69
|
Fixed options insert bugs
|
2020-03-02 21:01:24 -08:00 |
|
xennex22
|
069dd439e3
|
Fixed lv_dropdown_add_option bugs
|
2020-03-02 09:10:48 -08:00 |
|
xennex22
|
a0925b0b95
|
Fixed filename in header comment
|
2020-03-02 08:22:12 -08:00 |
|
xennex22
|
42fdf16dc3
|
Added dynamic options cleanup
|
2020-03-02 08:20:02 -08:00 |
|
xennex22
|
b11d077b6c
|
Changed options to dynamic allocation
|
2020-03-02 08:18:58 -08:00 |
|
xennex22
|
a9f85a6efd
|
Changed options to dynamic allocation
|
2020-03-02 08:12:42 -08:00 |
|
Gabor Kiss-Vamosi
|
9291c81829
|
fix warnings
|
2020-03-01 07:48:23 +01:00 |
|
Gabor Kiss-Vamosi
|
234f0e761b
|
chart: fixes for faded ara under lines
|
2020-03-01 07:41:55 +01:00 |
|
Gabor Kiss-Vamosi
|
e51962e361
|
table: optimize style queries
|
2020-03-01 02:00:03 +01:00 |
|
Gabor Kiss-Vamosi
|
ac75bfaa54
|
img copy: copy parameters
|
2020-03-01 01:59:42 +01:00 |
|
Gabor Kiss-Vamosi
|
38a4c14e07
|
draw border: optimization when only top+bottom sides are shown
|
2020-03-01 01:59:06 +01:00 |
|
Gabor Kiss-Vamosi
|
705d7ebaef
|
draw_boder: return on LV_DRAW_SIDE_NONE
|
2020-03-01 00:00:20 +01:00 |
|
Gabor Kiss-Vamosi
|
7f06779179
|
Merge pull request #1394 from Maldus512/master
Added mirror option for line meters
|
2020-02-29 21:23:53 +01:00 |
|
Gabor Kiss-Vamosi
|
acbcf109f9
|
lmeter: fix mirror prototypes
|
2020-02-29 21:22:58 +01:00 |
|
Mattia Maldini
|
ab4706bc09
|
Update src/lv_objx/lv_lmeter.h
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-02-29 17:53:05 +01:00 |
|
Mattia Maldini
|
0303110dc3
|
Update src/lv_objx/lv_lmeter.c
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-02-29 17:52:32 +01:00 |
|
Gabor Kiss-Vamosi
|
c74e40922e
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-02-29 13:36:25 +01:00 |
|