454x454 device support

This commit is contained in:
2023-10-03 11:12:05 +02:00
parent 30d43d1fde
commit a8efb2b012
5 changed files with 99 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class HeartRate extends WatchUi.Drawable {
dc.setPenWidth(8);
dc.setColor(0x555555, Graphics.COLOR_TRANSPARENT);
var width = dc.getWidth();
dc.drawLine(width * .1, 64, width * .9, 64);
dc.drawLine(width * .1, y, width * .9, y);
if (hrTicks == 0) {
return;