Untitled
unknown
plain_text
10 months ago
351 B
14
Indexable
function onUpdate(dc as Dc) as Void {
// Draw watchface info (time, date, pressure...)
// using:
// View.findDrawableById
// view.setText(value);
drawTime(dc);
drawPressure(dc);
drawPressure(dc);
View.onUpdate(dc);
// Draw hearrate graph
// using dc.fillRectangle
drawHRgraph(dc);
}
Editor is loading...
Leave a Comment