1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08: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
..
2019-10-03 06:06:20 +02:00
2019-06-25 15:14:47 +02:00
2019-09-24 23:14:17 +02:00
2019-06-27 18:07:26 -04:00
2019-08-26 09:05:30 +02:00
2019-06-06 06:05:40 +02:00
2019-10-24 15:25:52 +02:00
2019-10-08 16:29:40 +02:00
2019-11-12 15:26:35 +00:00