Porting LVGL to VEXcode Text

First of all, you don’t need to learn how to use okapi, it’s completely separate from the main API. Doing simple stuff like moving motors is actually less writing with PROS.

Motor motor(1);
motor.move(127);

Too bad about IT.

LVGL with VEXCode has been done before:

It probably should not be too complicated, just follow the LVGL porting guide. You can use the PROS source as reference on how to connect LVGL to the VEX display.