Skip to content

Commit a9485df

Browse files
authored
Update code.py
1 parent 5ac2682 commit a9485df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

World_Clock_Round_Display/code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SPDX-FileCopyrightText: 2025 Ben Everard for Adafruit Industries
2-
#
2+
#
33
# SPDX-License-Identifier: MIT
44
'''Display a world clock on a round LCD'''
55

6-
import board
76
import os
7+
import time
8+
import board
89
import displayio
910
import fourwire
1011
from adafruit_gc9a01a import GC9A01A
11-
import time
1212
import wifi
1313
import adafruit_ntp
1414
import adafruit_connection_manager

0 commit comments

Comments
 (0)