We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a03781 commit 12af578Copy full SHA for 12af578
1 file changed
home.ts
@@ -74,9 +74,10 @@ namespace microdata {
74
75
private drawVersion() {
76
const font = bitmaps.font5
77
+ const text = "v1.7.3"
78
Screen.print(
- "v1.7.0",
79
- Screen.RIGHT_EDGE - font.charWidth * "v1.7.0".length,
+ text,
80
+ Screen.RIGHT_EDGE - (font.charWidth * text.length),
81
Screen.BOTTOM_EDGE - font.charHeight - 2,
82
0xb,
83
font
0 commit comments