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 162daa3 commit 93dc5a6Copy full SHA for 93dc5a6
examples/ht16k33_segments_7x4customchars.py
@@ -1,10 +1,10 @@
1
-# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
+# SPDX-FileCopyrightText: Alec Delaney
2
+#
3
# SPDX-License-Identifier: MIT
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
+"""
+Basic example of setting custom characters on a LED segment display.
8
9
# Import all board pins.
10
import time
0 commit comments