Closed Richard-Stump closed 1 year ago
Update: These functions appear to be defined in display.c
as vex_display_flush
and vex_read_touch
. The sfuntions should get changed to have the names defined above, and they should use the pros screen api:
https://pros.cs.purdue.edu/v5/api/cpp/screen.html
In the kernel repo, our LVGL hooks make calls to VexOs directly. These need replaced since the template cannot use the VexOs API. The functions liblvgl_display_flush() and liblvgl_read_touch() need to be updated to use the pros screen API rather than the VexOs api: