Using LVGL to display sensor values

I created a tabview in initialize with a page for an auton selector, and a page for displaying values for debugging (like the values of the encoders for the tracking wheels). If the tab for the values, along with the rest of the tabview are created in initialize, how could I display sensor values in the tabview during opcontrol?

See this post PROS 3.2.0 V5 LVGL (5.3) GUI + Okapi (3.3.13) chassis control

The telm tab displays encoder values. Initialize.cpp has the live telemetry task that shows how to do it.

1 Like

Thanks. With a competition coming up, I don’t anticipate getting a chance to work on this very soon, but I’ll get around to it. Just looking at it initially, it doesn’t seem to complicated.