Jan Van Winkel
5612b22a4e
Make sure that px_opa is initialized in lv_draw_letter
...
Make sure that the variable px_opa in lv_draw_letter is initialized,
else a compile time warring will occur .
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-11-26 09:13:18 +01:00
Gabor Kiss-Vamosi
5f2e5e4d01
add subpx and compressed fonts
2019-11-25 12:47:23 +01:00
Gabor Kiss-Vamosi
5f3374624e
fix warnings
2019-11-25 11:11:41 +01:00
Pete Bone
1e4ce0b143
Dev 6.1 Minor fixes
...
lv_draw_arc.c -> line 218
Removed unsed fast_atan2() function which appears to have been moved to
lv_math.c as lv_atan2() function.
lv_font_heb_16.c -> line 1
Fixed inconsistent include path.
lv_label.c -> line 734
Added (char*) cast to const char* variable 'txt' to silence compiler
warning when LV_USE_BIDI is disabled.
lv_style.c -> line 93
Removed this line
lv_style.c -> line 97
Reverted this line to remove override of LV_FONT_DEFAULT defined in
lv_conf.h
2019-11-12 15:26:35 +00:00
Gabor Kiss-Vamosi
8ac7bddaf7
fix conflicts
2019-11-12 06:55:08 +01: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
Gabor Kiss-Vamosi
90eeff7022
merge dev-6.1
2019-11-11 19:42:10 +01:00
Gabor Kiss-Vamosi
c4f8d8cd5b
bidi: txt_sel fixes
2019-11-11 11:10:01 +01:00
Gabor Kiss-Vamosi
8dfcba6aa8
text sel fixes with bidi
2019-11-10 10:52:49 +01:00
Gabor Kiss-Vamosi
96b9114a5a
bidi fixes for multi line text handling
2019-11-09 01:53:02 +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
f6829a17b2
WIP: Bidi pos_conv
2019-11-04 01:31:54 +02:00
Gabor Kiss-Vamosi
c86e2722bd
lv_draw_label: fix warning with txt_sel by adding lv_draw_label_txt_sel_t parameter
2019-10-30 10:16:06 +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
9048e8072b
fix conflicts
2019-10-27 10:25:33 +01:00
Gabor Kiss-Vamosi
437b34390c
fix compiler error with LV_COLOR_16_SWAP adnd LV_SUBPX_BGR
2019-10-24 06:15:19 +02:00
Paul Peavyhouse
901d108bae
Merge branch 'dev-6.1' into feat-cpicker
2019-10-21 15:25:36 -07:00
Gabor Kiss-Vamosi
23ec092c14
fix subpxixel rendering with LV_COLOR_16_SWAP
2019-10-21 06:41:40 +02:00
Gabor Kiss-Vamosi
0bd200a36a
Merge pull request #1228 from tgillbe/feature_arc_antialias
...
Add arc antialiasing
2019-10-21 05:26:33 +02:00
Amir Gonnen
f7c2512c76
Bidi fixes
...
Add bidi_dir parameter to lv_draw_label
Use draw buffer for bidi processing
condition bidi code according to LV_USE_BIDI
2019-10-20 02:16:57 +03:00
Gabor Kiss-Vamosi
4c944f4050
subpx fixes
2019-10-19 10:29:59 +02:00
tgillbe
6cfb0af7c3
Add arc antialiasing
2019-10-18 15:34:57 +01:00
Gabor Kiss-Vamosi
f282c3bd08
subpx: read fro mteh font if subpx is supported
2019-10-18 14:57:27 +02:00
Amir Gonnen
c6b7cf130b
Support text wrap for bidi text
...
TODO: conditional LV_USE_BIDI, allocate global buffer once, pass dir as parameter to lv_draw_label
2019-10-18 02:13:41 +03:00
Gabor Kiss-Vamosi
7f7abe9a93
subpixel: update drawing to support both types
2019-10-10 07:09:30 +02:00
Gabor Kiss-Vamosi
beafc32594
subpixel: initial test
2019-10-07 20:50:44 +02:00
Gabor Kiss-Vamosi
e4bd622c78
Merge branch 'master' into dev-6.1
2019-10-03 05:54:43 +02:00
Themba Dube
0d31e63a1e
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-10-02 20:12:58 -04:00
Gabor Kiss-Vamosi
c190374c79
img_cache: store the filename instead of its pointer
2019-09-30 11:56:38 +02:00
Gabor Kiss-Vamosi
1a5001d7a3
Merge pull request #1196 from paulpv/color_picker_6
...
Porting @AloyseTech's color picker from lvgl v5 to v6
2019-09-28 09:16:55 +02:00
Gabor Kiss-Vamosi
6e9f10451d
Merge branch 'color_picker_6' of https://github.com/paulpv/lvgl into paulpv-color_picker_6
2019-09-26 07:06:58 +02:00
Gabor Kiss-Vamosi
5660181b81
debug: rework asserts
2019-09-24 23:14:17 +02:00
Gabor Kiss-Vamosi
366f958e1a
debug: add the basics of LV_DEBUG
2019-09-24 16:30:38 +02:00
Paul Peavyhouse
b67f40ed39
Got the gradient to draw and background honor theme
2019-09-18 17:22:16 -07:00
Paul Peavyhouse
7f565f419a
Initial commit of porting @AloyseTech's color picker from lvgl v5 to v6
2019-09-18 12:03:32 -07:00
Vadym Mishchuk
3dc57783ad
lv_chart: add secondary Y axis and ability to reverse label order ( #1194 )
2019-09-18 08:44:57 -04:00
Gabor Kiss-Vamosi
f190c78195
font compression: add prefilter support
2019-09-13 15:40:12 +02:00
embeddedt
49c2bbedbb
Fix alpha indexed images with 1 bit color depth ( #1184 )
2019-09-03 13:53:56 -04:00
tgillbe
54a9ea6179
Action review comments
2019-08-28 15:07:17 +01:00
tgillbe
1ff1e31ed8
Add transparency support to indexed images
2019-08-28 14:24:17 +01:00
Themba Dube
bdce05e20f
Merge branch 'master' into dev-6.1
2019-08-05 13:55:16 -04:00
Brian Pugh
d845cd73b0
Fix compiler warnings in lv_draw_img.c ( #1166 )
2019-08-04 12:33:46 -04:00
Gabor Kiss-Vamosi
1efff93dda
draw_line: fix skew line draw error
2019-08-01 21:01:02 +02:00
Gabor Kiss-Vamosi
ec63826d53
lv_draw_label: fix hint
2019-07-29 15:56:20 +02:00
Gabor Kiss-Vamosi
786e793634
theme_material: improve group style mod funvtions
2019-07-27 17:40:20 +02:00
rinaldo
c519b73ae2
fix comment
2019-07-23 10:52:53 -03:00
Gabor Kiss-Vamosi
5d44e66d42
format comments
2019-07-23 08:23:33 +02:00
Gabor Kiss-Vamosi
d7fd9eca35
Merge branch 'master' into dev-6.1
2019-07-15 14:56:55 +02:00
Alexander Siebert
93357446a4
Fix header color format check in lv_img_decoder_built_in_info
2019-07-14 21:26:19 +02:00