lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

update mode test for LV_CHART_TYPE_LINE #28

Closed ali-rostami closed 5 years ago

ali-rostami commented 5 years ago

If this test is OK I can add a test for the other chart types in lv_test_chart_3 function. so what do think @kisvegabor ?

kisvegabor commented 5 years ago

It would be great! Please add tests for other chart types too.

stale[bot] commented 5 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kisvegabor commented 5 years ago

Not stale

stale[bot] commented 5 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ali-rostami commented 5 years ago

sorry for being late I will work on it soon.

ali-rostami commented 5 years ago

dear @kisvegabor would please take look why it doesn't work with LV_CHART_TYPE_AREA. thanks.

kisvegabor commented 5 years ago

There a few bugs in lv_chart_draw_areas. Now it should work.

ali-rostami commented 5 years ago

thanks. yep, It's fine now.

kisvegabor commented 5 years ago

Great! I merged it.