Gabor Kiss-Vamosi
a2bb4099e6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-14 12:39:35 +02:00
Gabor Kiss-Vamosi
182cbb1aa4
Update LV_OPA_MIN and LV_OPA_MAX to widien the opacity processed range
...
https://forum.lvgl.io/t/blending-fading-of-body-shadow/2466
2020-06-14 12:36:57 +02:00
nchurly
ccff331e3d
Fix #1570 : uninitialized variable in lv_draw_img.c ( #1574 )
2020-06-13 12:28:47 -04:00
OH1BDF
43cc512e5a
Added functions to set multiple paddings and margins at once ( #1565 )
2020-06-12 07:28:11 -04:00
Carlos Diaz
a265165038
Add lv_win_add_btn_left ( #1566 )
...
Closes #1535
2020-06-12 07:26:59 -04:00
Gabor Kiss-Vamosi
e2dabe167d
Merge pull request #1562 from arturv2000/MaxMemUsed
...
Added max_used propriety to lv_mem_monitor_t struct
2020-06-10 10:13:34 +02:00
Gabor Kiss-Vamosi
3b111c794c
Merge pull request #1561 from microwavesafe/master
...
Remove dependency on ST CubeMX Hal
2020-06-09 13:40:41 +02:00
arturv2000
ce8d333407
Update src/lv_misc/lv_mem.c
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2020-06-09 09:46:42 +01:00
C47D
84776ca5f7
lv_spinner: Replace remaining pre loader references with spinner
2020-06-08 18:12:21 -05:00
arturv2000
91acf877c6
Attempt to correct error in tests
2020-06-08 21:00:12 +01:00
artur.vieira
0ebcf7e266
Added Max Used propriety to lv_mem_monitor_t struct
2020-06-08 20:22:06 +01:00
andrew
3c70a1b5a2
Fixed typo in include define
...
Added help in lv_conf_template.h
2020-06-08 18:36:30 +01:00
Gabor Kiss-Vamosi
a62b03743d
Merge pull request #1560 from DeonMarais64/master
...
Add lv_btnmatrix_set/get_align capability
2020-06-08 14:15:49 +02:00
Gabor Kiss-Vamosi
ee44433f86
Merge pull request #1522 from fhorinek/encoder-buttons
...
Encoder input proc support for buttons
2020-06-08 14:14:32 +02:00
Gabor Kiss-Vamosi
14de809fa5
fix warings
2020-06-08 14:10:30 +02:00
Gabor Kiss-Vamosi
06fa5b3b8f
fix conflicts
2020-06-08 14:02:04 +02:00
Gabor Kiss-Vamosi
13a53d077d
lv_textarea: fix character delete in password mode
2020-06-08 13:23:41 +02:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
andrew
0867f72cb9
Rename attribute define to match existing options style
...
Moved static array declaration to top of file
Added attribute define to template and checker headers
2020-06-08 08:40:50 +01:00
andrew
bb5c6437ff
Added GPU init to lv_init
...
Changed blend buffer attr to more general LV_DMA_ATTR
Added define for CMSIS header
Fixed bug with turning on peripheral clock
2020-06-05 14:04:52 +01:00
Gabor Kiss-Vamosi
e1af20997d
: fix if not the {0;0} tile is created first
2020-06-05 12:31:02 +02:00
andrew
cd9f34076e
Modified DMA2D fill, copy and blend functions to use direct
...
register writes
2020-06-05 11:10:51 +01:00
andrew
0d897136c9
Added LV_BLEND_BUF_ATTR as blend_buf MUST be in DMA accessible RAM
2020-06-05 11:10:11 +01:00
Deon Marais
0e1b02e328
Add lv_btnmatrix_set/gett_align capability
2020-06-05 12:05:34 +02:00
Deon Marais
e3b5a14275
Add align-member and set/get functions
2020-06-05 11:58:33 +02:00
Gabor Kiss-Vamosi
643bc92958
fix warning
2020-06-05 11:06:32 +02:00
Gabor Kiss-Vamosi
1c88c1e8d4
lv_dropdown: fix missing event when used with encoder
2020-06-05 10:54:13 +02:00
Gabor Kiss-Vamosi
c3f051ac52
Add log in true double buffering mode with
2020-06-05 10:43:26 +02:00
embeddedt
4f3dac6477
Fix #1557 : use of uninitialized linked list
2020-06-04 09:51:26 -04:00
Gabor Kiss-Vamosi
21e4427e57
theme material: fix list button focus.
2020-06-04 11:56:57 +02:00
Gabor Kiss-Vamosi
7d29b40425
fix crash when text area cleared. Fixes #1556
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
93055bc57c
Do not call for transparent pixel
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
d5a3b81737
fix gestures
2020-06-04 11:47:53 +02:00
MiSimon
beb496e3ed
Write to logfile before setting the log callback to NULL
2020-06-03 12:37:43 +02:00
Pete Bone
822435748a
Fix compiler waring in lv_ll.c ( #1550 )
2020-06-02 07:27:36 -04:00
Gabor Kiss-Vamosi
140904e201
fix build error
2020-06-02 11:03:00 +02:00
Gabor Kiss-Vamosi
a49e7e8295
improve size rounding to 4 or 8 in lv_mem, and lv_ll
2020-06-02 08:51:22 +02:00
Gabor Kiss-Vamosi
542fa7e76d
linked list: simplify settings next/prev node
...
https://forum.lvgl.io/t/data-abort-at-start-lvgl-v7-0-compiled-with-full-speed-optimisation-only/2286/25
2020-06-02 08:44:04 +02:00
Gabor Kiss-Vamosi
28f4092247
label: fix lv_label_get_letter_on if BIDI enabled
2020-06-02 07:13:41 +02:00
Gabor Kiss-Vamosi
6adcdda06a
fix minor warings
2020-06-01 22:56:10 +02:00
Gabor Kiss-Vamosi
7040084fbd
Merge pull request #1545 from pete-pjb/32bit_idx
...
Change all text related indices from 16-bit to 32-bit integers throughout whole library.
2020-06-01 22:44:30 +02:00
Gabor Kiss-Vamosi
6921d872a3
remove debig code
2020-06-01 22:31:30 +02:00
Mike Fellows
765a97383a
Fix visual studio compile errors in lv_anim code
...
unary negation operator was being applied to an usigned int in three
places. I'm not sure what the other compilers are doing to accept
the current code , but I have cast the unsigned ints to a signed one
before applying the unary operator.
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
63b1f6805a
lv_ta: fix wrong cursor positon when clicked after the last character
2020-06-01 22:23:53 +02:00
PeterB
3561d9e063
Changed all text related indices from 16 bit to 32 bit integers.
2020-06-01 17:51:47 +01:00
Themba Dube
c5c5b2a393
lv_printf: condition floating-point on value not definition
2020-06-01 12:08:48 -04:00
Themba Dube
0c4c6cf199
lv_printf: expose floating-point configuration option
2020-06-01 12:08:08 -04:00
Themba Dube
0673dd0b12
Change dropdown to use 32-bit indexes
2020-06-01 07:18:31 -04:00
Themba Dube
af812b0c55
keyboard: allow backspace to auto-repeat in numeric mode (lv_examples#58)
2020-05-31 08:33:21 -04:00
Gabor Kiss-Vamosi
4c3db9e02f
clarify the usage of template theme
2020-05-29 06:42:29 +02:00