I have an Enum in our robot’s code that I want to map to a set on images on shuffleboard. My idea is to show what type of climb the robot will do, and that is based on DPAD input. I want the image on shuffleboard to change to show a diagram of what the climb will do based on what value our “Climbs” enum is set to in the code. Each of the images would be the same dimensions and would just be a variation of the same image. Does anyone have any idea what I should do? I assume it would be something like a “widget” but I’ve tried to understand the documentation/API but I don’t really get it and was hoping someone had a good explanation/example code of what I should do.