Untitled
unknown
plain_text
9 months ago
506 B
26
Indexable
function onUpdate(dc as Dc) as Void {
// Draw watchface info (time, date, pressure...)
// using:
// View.findDrawableById
// view.setText(value);
drawWeather(dc);
drawCalendar(dc);
drawNotification(dc);
drawSunEvent(dc);
drawDate(dc);
drawTime(dc);
drawAltitude(dc);
drawHeartRate(dc);
drawPressure(dc);
drawBattery(dc);
View.onUpdate(dc);
// Draw hearrate graph
// using dc.fillRectangle
drawHRgraph(dc);
}Editor is loading...
Leave a Comment