Gabor Kiss-Vamosi
|
664a538e85
|
fix warning from #1292
|
2019-12-03 14:56:17 +01:00 |
|
Gabor Kiss-Vamosi
|
6e97c07588
|
solve warnings listed in #1292
|
2019-12-03 06:56:48 +01:00 |
|
Gabor Kiss-Vamosi
|
64df282c81
|
merge dev-6.1
|
2019-12-02 16:09:35 +01:00 |
|
embeddedt
|
7137ae4b33
|
Add range slider support (#1275)
|
2019-12-02 07:37:33 -05:00 |
|
Gabor Kiss-Vamosi
|
6c8b0c44be
|
fix conversation warnings
|
2019-12-02 12:20:01 +01:00 |
|
Gabor Kiss-Vamosi
|
6e8a4eeed4
|
lv_tileview_set_valid_positions: minor fix
|
2019-12-02 09:19:51 +01:00 |
|
Gabor Kiss-Vamosi
|
e006e084fa
|
add lv_gauge_set_needle_img
|
2019-11-30 11:41:18 +01:00 |
|
Gabor Kiss-Vamosi
|
001724683e
|
tileview: use default LV_DRAG_DIR_ONE
|
2019-11-29 15:44:15 +01:00 |
|
Gabor Kiss-Vamosi
|
7fa29c573e
|
lv_img: change rotate center naming to pivot
|
2019-11-29 15:36:52 +01:00 |
|
Gabor Kiss-Vamosi
|
7254dd9f5e
|
Merge branch 'dev-7.0' of https://github.com/LanFengXiMenChuiXue/lvgl into LanFengXiMenChuiXue-dev-7.0
|
2019-11-29 15:11:42 +01:00 |
|
Gabor Kiss-Vamosi
|
356751c184
|
add lv_sw_set_knob_on/off_img to display an image on the knob
|
2019-11-29 15:10:10 +01:00 |
|
zhangliming
|
23a0538bf4
|
1.add img center;2.modify tileview;
|
2019-11-29 11:32:22 +08:00 |
|
Gabor Kiss-Vamosi
|
a181a1feb5
|
add lv_slider_set_img to display an image on the knob
|
2019-11-28 15:21:29 +01:00 |
|
xennex22
|
148478bf60
|
Fix two minor compile-time issues (#1289)
|
2019-11-26 23:09:35 -05:00 |
|
Gabor Kiss-Vamosi
|
ec18ea42fe
|
spinbox fix call order in signal function
|
2019-11-26 14:14:11 +01:00 |
|
Gabor Kiss-Vamosi
|
23a040670e
|
arc and preloader draw and design fixes
|
2019-11-26 13:25:33 +01:00 |
|
Gabor Kiss-Vamosi
|
d59419c992
|
change lv_arc_set_angles to lv_arc_set_start/end_angle
|
2019-11-26 13:25:28 +01:00 |
|
Stepan Snigirev
|
12fa1ac788
|
Initialize variable to remove compiler warning (#1280)
|
2019-11-23 17:18:09 -05:00 |
|
Amir Gonnen
|
9779513928
|
Fix lv_mbox_create for Micropython Binding
When passing array of strings, the parameter should be defined as const char *[], and not const char **
|
2019-11-23 01:41:27 +02:00 |
|
xennex22
|
1083d92bd1
|
Added function comments
|
2019-11-21 19:01:10 -08:00 |
|
xennex22
|
16263f400e
|
Fixed comments shift -> mode
|
2019-11-21 18:52:14 -08:00 |
|
Gabor Kiss-Vamosi
|
90234b8cc1
|
minor optimizations
|
2019-11-21 12:45:49 +01:00 |
|
Gabor Kiss-Vamosi
|
b4b6a472fb
|
use array[] instead of pointer in API function parameters where required
|
2019-11-21 06:08:09 +01:00 |
|
Gabor Kiss-Vamosi
|
06f553b3aa
|
lv_img_set_offset_x/y: draw the partial image at the beginning with offset > 0
|
2019-11-21 05:44:43 +01:00 |
|
xennex22
|
e952c2a69b
|
Merged lv_kb_shift_t into lv_kb_mode_t
|
2019-11-20 07:51:23 -08:00 |
|
xennex22
|
45d41d3361
|
Merged lv_kb_shift_t into lv_kb_mode_t
|
2019-11-20 07:44:24 -08:00 |
|
Gabor Kiss-Vamosi
|
b7d856515b
|
add lv_ddlist_set/get_symbol instead of lv_ddlist_set/get_draw_arrow
|
2019-11-20 16:18:56 +01:00 |
|
Gabor Kiss-Vamosi
|
9e74cdb145
|
Merge branch 'master' into dev-6.1
|
2019-11-19 13:47:38 +01:00 |
|
Gabor Kiss-Vamosi
|
810059e3ca
|
lv_cb_get_style: fix with LV_CB_STYLE_BG
|
2019-11-19 13:47:07 +01:00 |
|
Gabor Kiss-Vamosi
|
cfec8e6381
|
use lv_mem_buf in lv_bidi
|
2019-11-19 06:27:21 +01:00 |
|
Gabor Kiss-Vamosi
|
b4dae16e22
|
move lv_draw_buf to lv_mem as lv_mem_buf
This way they can be used as general purpose buffers not only for drawing
|
2019-11-19 06:25:14 +01:00 |
|
Gabor Kiss-Vamosi
|
12c722b38e
|
merge dev-6.1
|
2019-11-18 10:49:38 +01:00 |
|
Gabor Kiss-Vamosi
|
1ee7e1961e
|
Merge branch 'master' into dev-6.1
|
2019-11-18 10:48:16 +01:00 |
|
Gabor Kiss-Vamosi
|
e47a433204
|
cpicker: ignore the clicks in the middle with no preview
|
2019-11-18 07:03:41 +01:00 |
|
xennex22
|
58eb4edb33
|
Update lv_ta.c
|
2019-11-17 10:43:17 -08:00 |
|
Gabor Kiss-Vamosi
|
22973360d0
|
add support to > 255 fonts by enabling LV_FONT_FMT_TXT_LARGE
|
2019-11-17 17:12:50 +01:00 |
|
xennex22
|
7256c7244d
|
Update lv_kb.c
|
2019-11-16 13:09:59 -08:00 |
|
xennex22
|
2d52d2f126
|
Update lv_kb.h
|
2019-11-16 13:06:30 -08:00 |
|
xennex22
|
24a5e3788d
|
Update lv_kb.c
|
2019-11-16 08:46:12 -08:00 |
|
Gabor Kiss-Vamosi
|
20a13918d1
|
bar: improve masking to avoid drawing the indicator out of the radius
|
2019-11-16 12:29:37 +01:00 |
|
Gabor Kiss-Vamosi
|
537f1256c8
|
Merge branch 'dev-6.1' into dev-7.0
|
2019-11-16 11:27:51 +01:00 |
|
Gabor Kiss-Vamosi
|
59743f7f90
|
linemeter: angle offset fixes
rename lv_lmeter_set_angle to lv_lmeter_set_angle_offset
add lv_lemeter_get_angle_offset
initialze ext->angle_ofs in lv_lmeter_create
|
2019-11-16 11:27:35 +01:00 |
|
Gabor Kiss-Vamosi
|
5001c4e6a9
|
theme and minor drawin fixes
|
2019-11-16 11:22:23 +01:00 |
|
Gabor Kiss-Vamosi
|
197d95cf60
|
ta: fix label height after style change in one line mode
|
2019-11-15 15:23:47 +01:00 |
|
Gabor Kiss-Vamosi
|
37cd768e99
|
Merge branch 'dev-6.1' into dev-7.0
|
2019-11-15 11:14:30 +01:00 |
|
Gabor Kiss-Vamosi
|
48f81d9f28
|
lv_objx_templ: fix typo
|
2019-11-15 11:14:07 +01:00 |
|
Gabor Kiss-Vamosi
|
a2cc8c9b4c
|
lv_objmask_remove_mask: remove all masks is mask==NULL
|
2019-11-15 11:05:11 +01:00 |
|
Gabor Kiss-Vamosi
|
2be039e917
|
rename lv_ll_rem to lv_ll_remove
|
2019-11-15 11:04:46 +01:00 |
|
Gabor Kiss-Vamosi
|
ca5940b693
|
lv_cpicker_set_color fix compiler error
|
2019-11-15 09:26:10 +01:00 |
|
Gabor Kiss-Vamosi
|
010d7ef72f
|
merge dev-6.1
|
2019-11-15 09:20:49 +01:00 |
|