Skip to content

Commit 67c285f

Browse files
authored
Merge pull request #106 from tekktrik/doc/fix-example
Fix licensing of example
2 parents 3d875b2 + 3547e4d commit 67c285f

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: 2022 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)