Tool/software: Code Composer Studio
Hi,
I am trying to use the GUI Composer as a GUI for a voice-controlled chess game that I am creating use an LCDK board. Essentially, I want to be able to modify the position "left" and "top" parameters (of the Layout) of an imported image in the GUI Composer within my C code in order to represent the action of moving a chess piece around the board. I can easily do this within the GUI Composer by modifying the values in the Design pane of the GUI Composer or by changing the Source code, but I want to be able to do this programmatically (within the C code) as the game progresses.
I hope this description was involved enough for my question to be understandable.
Thanks!

