i am currently looking in adding animations to my watch face, similar to the preinstalled watch faces.
now, looking at the AnimationWatchFace project from the samples, it uses a .mmm animation format.
i have never heard of this format before,and could not find any information on how to create such files.
the documentation does not mention these either: Toybox.WatchUi.AnimationDelegate (garmin.com)
also, as a second question: is it possible to use the standard Toybox.Graphics.Dc (garmin.com) in the animation?
the AnimationWatchFace sample uses the onAnimationEvent, but this seems to only trigger once an animation is finished.
in my head, i imagined there would be a onUpdate function, that runs more often than each second. the onPartialUpdate does not seem to trigger for my watchface.
sorry if these questions are too basic, but i am still working my way through the docs and examples.