We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4601f9 commit c38a83aCopy full SHA for c38a83a
Toddler_Timer/code.py
@@ -1,7 +1,7 @@
1
-# SPDX-FileCopyrightText: 2025 Liz Clark for Adafruit Industries
2
-#
3
-# SPDX-License-Identifier: MIT
4
-
+# SPDX-FileCopyrightText: 2025 Liz Clark for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
+
5
import time
6
import board
7
import displayio
@@ -47,8 +47,7 @@
47
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
48
49
font = bitmap_font.load_font('/Arial-14.bdf')
50
-main_area = label.Label(
51
- font, text="6 Minutes", color=0xFFFFFF)
+main_area = label.Label(font, text="6 Minutes", color=0xFFFFFF)
52
main_area.anchor_point = (0.5, 0.0)
53
main_area.anchored_position = (display.width / 2, display.height/2)
54
splash = displayio.Group()
0 commit comments