Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSystem Console Dashboard examples?
I'd like to use the System Console Dashboard to set up some GUIs for demos. The docs I can find are pretty brief (and don't talk much about how to display info received from the development board). ...
Altera_Forum
Honored Contributor
15 years agoI don't have any examples to hand, but the idea is to create a monitor and register a callback on it. You can then set the value of the property from the callback.
Exactly what you set depends on what type of widget it is, on a label you'd set its text property, on a LED you would set its color (sorry about the misspelling), on a dial you'd set its value. You need a way to pass the ID of the widget into the calback, the easiest way to do this is to have the callback proc take arguments, and pass the ID in when registering the callback.