Skip to content

Instantly share code, notes, and snippets.

@IT-Delinquent
Created October 12, 2022 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IT-Delinquent/191ca9eca60affd4819883c7b5dc6ee9 to your computer and use it in GitHub Desktop.
Save IT-Delinquent/191ca9eca60affd4819883c7b5dc6ee9 to your computer and use it in GitHub Desktop.
garminUpdateDisplayObject.mc
//Update the display object text
function updateDisplayObject(updateObject, updateText){
var _viewObject = View.findDrawableById(updateObject) as Text;
_viewObject.setText(updateText);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment