Gabor Kiss-Vamosi
f2d380ce96
merge calendar
2018-06-08 09:51:11 +02:00
Gabor Kiss-Vamosi
e241e4334f
merge new draw structure
2018-06-07 15:42:41 +02:00
Gabor Kiss-Vamosi
cc1c20d6fe
add arc drawing and restructure draw functions
2018-06-07 15:40:08 +02:00
Gabor Kiss-Vamosi
d08c0953fb
add new line draw algorithm which supports perpendicular ending
2018-06-07 15:39:25 +02:00
Gabor Kiss-Vamosi
ceae0c539e
lv_draw_img: further fix on buffer oveflow
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
d7904efccf
lv_draw_img: further fix on buffer oveflow
2018-06-01 12:41:58 +02:00
Gabor Kiss-Vamosi
8441f8bff7
lv_draw_img: fix buffer oveflow with alpha byte
2018-06-01 12:39:34 +02:00
Gabor Kiss-Vamosi
47cafb52b5
lv_draw_img: fix buffer oveflow with alpha byte
2018-06-01 12:38:37 +02:00
Gabor Kiss-Vamosi
20c8e12e09
further test on draw line
2018-06-01 12:36:27 +02:00
Gabor Kiss-Vamosi
9751a9c8cb
line draw: move the main line to keep it's center position
2018-05-26 22:40:09 +02:00
Gabor Kiss-Vamosi
eba3105cae
start a brand new line drawing algorithm
2018-05-25 23:14:19 +02:00
Gabor Kiss-Vamosi
6bf1a8ffda
restructure lv_draw folder and lv_line rework started
2018-05-20 21:27:57 +02:00
Gabor Kiss-Vamosi
5fedbdf414
fix drawing of 1px border with zero radius and AA
2018-05-16 22:35:19 +02:00
Gabor Kiss-Vamosi
68d262ba93
lv_draw: remove debug printf-s
2018-05-08 11:28:26 +02:00
Gabor Kiss-Vamosi
ee3a44388c
lv_draw: shadow draw fix array over indexing
2018-05-08 11:28:26 +02:00
Gabor Kiss-Vamosi
dd6bad1b6e
fix of 16 bit image draw with alpha byte
2018-03-22 12:39:58 +01:00
Gabor Kiss-Vamosi
ca95d76659
lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
2018-03-22 10:09:00 +01:00
Zaltora
02d318e66d
Non constant declaration
...
I got an error when compilation. I fix the compilation problem but a proper way to initialize this variable is maybe needed. maybe in lv_init ?
You can fix it and close this pull request.
2018-03-12 11:40:24 +01:00
Gabor Kiss-Vamosi
213e621412
fix text opacity
2018-03-09 14:13:51 +01:00
Gabor Kiss-Vamosi
19f98ce8ea
merge dev-5.1
2018-03-07 13:08:53 +01:00
Gabor Kiss-Vamosi
1b1efbd0f0
lv_area_is_on bugfix
2018-03-07 10:49:25 +01:00
Gabor Kiss-Vamosi
0b6be3a0f6
bottom shadow: add blur
2018-03-05 17:14:45 +01:00
Gabor Kiss-Vamosi
69eb3a9756
updae comments
2018-03-04 17:57:51 +01:00
Gabor Kiss-Vamosi
2123ee0218
fixes with USE_LV_FILESYSTEM = 0
2018-03-04 17:03:37 +01:00
Gabor Kiss-Vamosi
6e94c70fbb
replace the only sscanf with a custom function (save 30 kB ROM)
2018-03-04 16:34:14 +01:00
Gabor Kiss-Vamosi
80b181293a
fix lv_rfill screen sized area size
2018-03-04 15:36:45 +01:00
Gabor Kiss-Vamosi
af3012abff
border draw bugfix with radius = 0
2018-02-27 13:24:41 +01:00
Gabor Kiss-Vamosi
cdebffe462
remove debug printf-s
2018-02-27 11:47:21 +01:00
Gabor Kiss-Vamosi
5b9c9c4833
fix: USE_LV_SHADOW = 0 with LV_ANTIALAIS = 1
2018-02-27 11:45:38 +01:00
Gabor Kiss-Vamosi
9605a6b712
image draw: minor optimization
2018-02-27 11:43:14 +01:00
Gabor Kiss-Vamosi
6f304736c5
image draw bugfix with NO_GPU
2018-02-26 17:19:51 +01:00
Gabor Kiss-Vamosi
f0a705595b
minor shadow bottom draw bugfix
2018-02-24 15:36:19 +01:00
Gabor Kiss-Vamosi
7310a2c6cc
add LV_PROTECT_PRESS_LOST
2018-02-24 11:26:06 +01:00
Gabor Kiss-Vamosi
93330eaf1d
rename LV_IMG_FORMAT_RAW_INTERNAL to LV_IMG_FORMAT_INTERNAL_RAW
2018-02-23 15:22:23 +01:00
Gabor Kiss-Vamosi
c4503cb8f8
lv_draw_label bugfix (old rounding from LV_FONT_ANTIALIAS)
2018-02-23 15:19:39 +01:00
Gabor Kiss-Vamosi
a11957d0b4
new font and anti-alising system release for test
2018-02-23 13:56:32 +01:00
Gabor Kiss-Vamosi
c56f5421f0
shadow drawing optimized
2018-02-16 12:55:05 +01:00
Gabor Kiss-Vamosi
2237ebd46e
work in progress with new anti aliasing
2018-02-15 10:12:28 +01:00
Gabor Kiss-Vamosi
f4679bffc3
lv_draw_label: letter position bugfix with no anti aliasing
2018-02-09 12:41:48 +01:00
Gabor Kiss-Vamosi
133bfe161c
add new fonts
2018-02-09 12:40:00 +01:00
Gabor Kiss-Vamosi
b0e26d865c
new font system WIP
2018-02-05 11:27:08 +01:00
Gabor Kiss-Vamosi
1689a121e5
label draw bugfix: upscale offset with anti-aliasing
2018-01-30 14:48:35 +01:00
Gabor Kiss-Vamosi
4ecee47caa
add dependecy check to some object types
2018-01-19 15:40:22 +01:00
Zaltora
7d302574cc
fix warning/error for Graphics feature usage
2018-01-16 11:54:35 +01:00
Zaltora
ee4a419019
fix warning with VDB and shadow selection
2018-01-16 10:44:24 +01:00
Gabor Kiss-Vamosi
1c34777024
line width bugfox width anti-aliasing
2018-01-02 12:59:18 +01:00
Gabor Kiss-Vamosi
f242eba9c1
anim path reworked + minor changes
2017-12-17 01:54:09 +01:00
Gabor Kiss-Vamosi
3f54e37143
minor renames
2017-12-11 23:11:15 +01:00
Gabor Kiss-Vamosi
893475ad89
Hide anti aliasing. No x << LV_AA rewuired from now
2017-12-07 19:22:23 +01:00
Gabor Kiss-Vamosi
8bd9ab7b84
LV_GROUP rename
2017-12-07 10:38:25 +01:00