Jan Van Winkel
|
9ffdefd98a
|
Set alpha channel on return color in lv_color_to32
Set alpha channel on return color in lv_color_to32 for 8-bit to 32-bit
color conversions.
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
2019-11-26 09:22:08 +01:00 |
|
Amir Gonnen
|
14c407dad3
|
Remote redundant line
Causes compilation error when LV_COLOR_DEPTH == 16
|
2019-11-25 23:16:53 +02:00 |
|
Gabor Kiss-Vamosi
|
5f3374624e
|
fix warnings
|
2019-11-25 11:11:41 +01:00 |
|
Gabor Kiss-Vamosi
|
d17e7c7b76
|
lv_txt_get_next_word: fix to hanfle recolor command with break chars too
|
2019-11-25 11:07:48 +01:00 |
|
Gabor Kiss-Vamosi
|
0422e662d9
|
lv_color.h use 1 common lv_color_make
|
2019-11-25 06:42:11 +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 |
|
Themba Dube
|
5612856bca
|
Add ability to customize LV_TXT_COLOR_CMD
|
2019-11-18 09:30:14 -05:00 |
|
Gabor Kiss-Vamosi
|
1ee7e1961e
|
Merge branch 'master' into dev-6.1
|
2019-11-18 10:48:16 +01:00 |
|
Gabor Kiss-Vamosi
|
04ec2d17ec
|
lv_task: check if a task has deleted itself
|
2019-11-18 10:45:44 +01:00 |
|
embeddedt
|
3452e60ec1
|
Silence -Wconversion
|
2019-11-15 08:03:11 -05:00 |
|
Gabor Kiss-Vamosi
|
ac28a13564
|
fix warnings
|
2019-11-15 09:17:42 +01:00 |
|
Themba Dube
|
575df77a02
|
Fix public -Wconversion warnings
|
2019-11-14 20:38:47 -05:00 |
|
Gabor Kiss-Vamosi
|
92f9af3113
|
Merge branch 'dev-6.1' into fix/txt_long_len
|
2019-11-13 08:38:30 +01:00 |
|
Brian Pugh
|
79f403ddc5
|
lv_txt enforce pretty wrapping when first word of a line is a long word.
|
2019-11-11 23:08:45 -08:00 |
|
Gabor Kiss-Vamosi
|
8ac7bddaf7
|
fix conflicts
|
2019-11-12 06:55:08 +01:00 |
|
Gabor Kiss-Vamosi
|
49e105917e
|
add LV_COLOR_SET/GET for every color depth configuration
|
2019-11-12 06:39:26 +01:00 |
|
Brian Pugh
|
1764220deb
|
lv_txt set word width to 0 when not returning a word in lv_txt_get_next_word
|
2019-11-11 21:18:32 -08:00 |
|
Brian Pugh
|
bb91aeb64c
|
Add ability to disable inter-long-word breaks by setting LV_TXT_LINE_BREAK_LONG_LEN<=0. Fix some off-by-one character wrapping logic
|
2019-11-11 20:57:33 -08:00 |
|
Gabor Kiss-Vamosi
|
f3b88a57ca
|
add LV_COLOR_SET/GET_R/G/B
It was mainly because when LV_COLOR_16_SWAP = 1 and green is split to green_h and green_l
|
2019-11-12 05:38:26 +01:00 |
|
Amir Gonnen
|
23b58d598d
|
bugfixes
Prevent infinite loop when reaching end of string on get_next_run
Prevent warning about conversion to non const bidi_txt
|
2019-11-11 22:43:12 +02:00 |
|
Gabor Kiss-Vamosi
|
90eeff7022
|
merge dev-6.1
|
2019-11-11 19:42:10 +01:00 |
|
Gabor Kiss-Vamosi
|
46eabd6cf0
|
Merge pull request #1258 from joltwallet/fix/lv_color_warning
fix 1bit lv_color compilation warnings/errors introduced by ...
|
2019-11-11 13:07:43 +01:00 |
|
Brian Pugh
|
183d849e84
|
Fix cursor wrapping described in https://github.com/littlevgl/lvgl/issues/1256
|
2019-11-10 23:42:31 -08:00 |
|
Brian Pugh
|
57e2a6d983
|
fix 1bit lv_color compilation warnings/errors introduced by 3da868a0905ccbdafb4bbbf9c301d4f66eb2cf86
|
2019-11-10 21:44:27 -08:00 |
|
Amir Gonnen
|
0130f3e5f2
|
Add RTL indication to pos_conv
When getting visual/logical pos, also get whether this pos is RTL (was reversed)
|
2019-11-09 01:02:51 +02:00 |
|
Gabor Kiss-Vamosi
|
647341426c
|
Merge pull request #1233 from paulpv/fix-hsv
Fix hsv
|
2019-11-06 05:33:28 +01:00 |
|
Gabor Kiss-Vamosi
|
a76e65db88
|
Merge branch 'feat-cpicker' into dev-6.1
|
2019-11-06 05:27:52 +01:00 |
|
Gabor Kiss-Vamosi
|
5441cf9998
|
bidi fixes + add missing prefix to lv_encoded_get_char_id
|
2019-11-06 05:19:06 +01:00 |
|
Amir Gonnen
|
6f57de051b
|
WIP: pos_conv, bugfixes, use in lv_label
|
2019-11-05 01:03:40 +02:00 |
|
Amir Gonnen
|
c7a7d1adca
|
WIP: pos_conv add lv_bidi_get_logical/visual_pos functions
|
2019-11-04 09:26:52 +02:00 |
|
Amir Gonnen
|
f6829a17b2
|
WIP: Bidi pos_conv
|
2019-11-04 01:31:54 +02:00 |
|
George Slater
|
3da868a090
|
lv_color1_t: Add 'ch' struct to union to fix 1bit color compilation error.
lv_color.h:
Updated lv_color1_t union to include 'ch' structure. This fixes compilation errors when configured for 1bit color.
|
2019-10-30 17:03:56 -05:00 |
|
Gabor Kiss-Vamosi
|
cfb72d5b69
|
fix text recolor processing
|
2019-10-30 06:49:21 +01:00 |
|
Gabor Kiss-Vamosi
|
8fe92bcd9a
|
lv_task: rename task_handler_mutex to already_running. Fixes #1238
|
2019-10-28 06:24:47 +01:00 |
|
Gabor Kiss-Vamosi
|
dd68877aae
|
bidi bracket handling fixies
|
2019-10-28 05:47:31 +01:00 |
|
Themba Dube
|
98b353879f
|
Merge remote-tracking branch 'origin/dev-6.1' into feat-cpicker
|
2019-10-27 09:13:47 -04:00 |
|
Gabor Kiss-Vamosi
|
98a4d9b062
|
bidi: barcket process fixes
|
2019-10-27 10:44:00 +01:00 |
|
Gabor Kiss-Vamosi
|
1c4695a21e
|
Merge branch 'dev-6.1' into feat-bidi
|
2019-10-27 10:25:51 +01:00 |
|
Gabor Kiss-Vamosi
|
9048e8072b
|
fix conflicts
|
2019-10-27 10:25:33 +01:00 |
|
Gabor Kiss-Vamosi
|
081b2c2271
|
bidi: barcket handle fixes
|
2019-10-27 10:21:37 +01:00 |
|
Gabor Kiss-Vamosi
|
7f19fb53e6
|
set LV_MEM_JUNK to 0
|
2019-10-25 13:37:39 +02:00 |
|
Gabor Kiss-Vamosi
|
57a8ee8e32
|
bidi: add bracket algorithm
|
2019-10-25 06:15:11 +02:00 |
|
Paul Peavyhouse
|
6df1fe190a
|
#include and use LV_MATH_ABS
|
2019-10-24 20:13:03 -07:00 |
|
Paul Peavyhouse
|
372b133b18
|
Converting to integer based math
|
2019-10-24 16:46:30 -07:00 |
|
Gabor Kiss-Vamosi
|
f02d52a598
|
merge dev-6.1
|
2019-10-24 15:25:52 +02:00 |
|
Gabor Kiss-Vamosi
|
4158334a40
|
bidi: ahndle LV_BIDI_DIR_AUTO in lv_bidi_process_paragraph
|
2019-10-24 07:15:00 +02:00 |
|
Paul Peavyhouse
|
ddd7c1d30c
|
Adding ending newline
|
2019-10-22 13:29:38 -07:00 |
|
Paul Peavyhouse
|
a572d8a648
|
Keeping some original variable names
|
2019-10-22 13:19:22 -07:00 |
|
Paul Peavyhouse
|
65252024bf
|
Formatting
|
2019-10-22 13:17:53 -07:00 |
|
Paul Peavyhouse
|
69d7d53768
|
Documenting code
|
2019-10-22 13:07:01 -07:00 |
|