lv_drivers icon indicating copy to clipboard operation
lv_drivers copied to clipboard

lv_task_create does not exist in v8.0

Open grarup opened this issue 3 years ago • 2 comments

win_drv.c uses the function lv_task_create which does not exist in lvgl v8.0

grarup avatar Jun 03 '21 07:06 grarup

I recommend using https://github.com/lvgl/lv_drivers/blob/master/win32drv/win32drv.c if possible, as its features are a superset of win_drv.c. I don't think it has this issue.

However, I will still fix win_drv.c when I can. It essentially needs an #if check like this to be added:

https://github.com/lvgl/lv_drivers/blob/5b78b785a9b28b9c86c7af8ef1bc76ba2d49107e/win32drv/win32drv.c#L212-L216

embeddedt avatar Jun 03 '21 12:06 embeddedt

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.

stale[bot] avatar Jun 26 '21 02:06 stale[bot]