Skip to content

Commit 93dc5a6

Browse files
authored
Fix licensing of example
1 parent 162daa3 commit 93dc5a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/ht16k33_segments_7x4customchars.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: Alec Delaney
2+
#
23
# SPDX-License-Identifier: MIT
34

4-
# Basic example of setting digits on a LED segment display.
5-
# This example and library is meant to work with Adafruit CircuitPython API.
6-
# Author: Alec Delaney
7-
# License: Public Domain
5+
"""
6+
Basic example of setting custom characters on a LED segment display.
7+
"""
88

99
# Import all board pins.
1010
import time

0 commit comments

Comments
 (0)