diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-08-30 16:02:04 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-08-30 16:02:04 -0700 |
| commit | 2e0f7ae7053a60db52fa29a83bba36ab8e414200 (patch) | |
| tree | 668b94a6710bbf8bb6f4f4aa5e9407dbc4d583a6 /bin | |
| parent | 6105ffdb955bdb75e1c7c86c0e46c3e3ac4108cd (diff) | |
...
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/analogclock.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/analogclock.py b/bin/analogclock.py index 1727ce7..b0fb2e2 100644 --- a/bin/analogclock.py +++ b/bin/analogclock.py @@ -77,7 +77,7 @@ def draw_clock(t: datetime): draw.ellipse((top, top, bottom, bottom), fill = 0, outline =255) draw.line([center,center,center+mx,center+my], fill=255, width=0) draw.line([center,center,center+hx,center+hy], fill=255, width=0) - +""" # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries # SPDX-License-Identifier: MIT # Main loop: @@ -92,4 +92,3 @@ while True: display.fill(color565(0, 0, 255)) # blue if not buttonA.value and not buttonB.value: # none pressed display.fill(color565(0, 255, 0)) # green -"""
\ No newline at end of file |
