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
b06ef2620a
merge dev-6.1
2019-10-08 16:29:40 +02:00
Gabor Kiss-Vamosi
6190763382
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
2019-10-08 16:26:55 +02:00
Gabor Kiss-Vamosi
f00c24f312
debug: add style sentinel
2019-09-27 03:28:44 +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
Gabor Kiss-Vamosi
977b74332c
night theme update
2019-06-26 15:45:01 +02:00
Gabor Kiss-Vamosi
bceb46b813
improve callback conventions
2019-06-12 23:10:54 +02:00
Gabor Kiss-Vamosi
23f842e462
run clag-format
2019-06-06 06:05:40 +02:00
Gabor Kiss-Vamosi
c54d2d2fd7
add built in fonts
2019-06-05 12:25:49 +02:00
Brian Pugh
6212d0a507
lv_style.c change int16_t to lv_anim_value_t in animation exec cb
2019-05-20 18:38:24 -07:00
Brian Pugh
f28efdd9f3
Change int32_t to int16_t in animation functions to fix warnings
2019-05-18 18:14:21 -07:00
Gabor Kiss-Vamosi
569bbdf058
remove lv_style_anim_t and replace it with simply lv_anim_t
2019-05-15 18:27:26 +02:00
Gabor Kiss-Vamosi
5af101a1eb
add inline anim set functions
2019-05-15 06:15:12 +02:00
Gabor Kiss-Vamosi
e2cfba7c9f
add user data where is was missing
2019-04-22 08:45:07 +02:00
Gabor Kiss-Vamosi
1cbbd1c59b
change memcpy to lv_style_copy
2019-04-12 07:27:53 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Themba Dube
82a095b94a
Add ability to select text on the text area
2019-03-27 16:39:37 -04:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00