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 5ac2682 commit a9485dfCopy full SHA for a9485df
World_Clock_Round_Display/code.py
@@ -1,14 +1,14 @@
1
# SPDX-FileCopyrightText: 2025 Ben Everard for Adafruit Industries
2
-#
+#
3
# SPDX-License-Identifier: MIT
4
'''Display a world clock on a round LCD'''
5
6
-import board
7
import os
+import time
8
+import board
9
import displayio
10
import fourwire
11
from adafruit_gc9a01a import GC9A01A
-import time
12
import wifi
13
import adafruit_ntp
14
import adafruit_connection_manager
0 commit comments