I’m trying to display information on the controller screen by drawing rectangles - but I can’t seem to find a method to draw on it with pros, even to set pixels. I can only find methods to write text. Is there such a method? For the brain I think the only way is with LVGL but that’s not on the controller right?
Correct, the only thing you can display on the controller is text. This is a limitation of the vexOS API we have to work with behind the scenes.
2 Likes