mirror of
https://github.com/opus-tango/B12NumbersV3.git
synced 2026-03-20 12:05:21 +00:00
0.2.1.1 - Finished Clock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user