0.2.1.1 - Finished Clock

This commit is contained in:
61616
2022-05-19 15:27:58 -04:00
parent 0ad49da001
commit ceb9c11c9c
5 changed files with 46 additions and 14 deletions

View File

@@ -57,8 +57,9 @@ class TimeDisplay {
digits = (B12Digit[])append(digits,new B12Digit(':'));
digits = (B12Digit[])concat(digits,hours.getDigits());
// Position
for(int i = 0; i < digits.length; i++){
digits[i].setPos(i*-13 + pos.x,pos.y).display();
digits[i].setPos(i*-13 + pos.x - 13,pos.y).display();
}
// Position