LVGL no matching function to call

is there something i am missing? the tutorial i used was only about a year old.

You are using old LVGL syntax. PROS 4 (which I assume you are using since you include main.h, but I can’t know for sure because you also posted this under VEXcode Pro V5 (which is deprecated)) uses a newer version of LVGL than PROS 3, which is likely what the tutorial you followed was for. In short, to fix your problem just remove the NULL’s.

1 Like

ohhh, i’ll see if that works. tysm!

1 Like