Skip to content

Commit 67a566c

Browse files
committed
Update labels for segments and matrix
More consistent with other libraries
1 parent b0ef619 commit 67a566c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adafruit_ht16k33/matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: MIT
55

66
"""
7-
Matrix Displays
8-
================
7+
adafruit_ht16k33.matrix
8+
=======================
99
1010
"""
1111
from adafruit_ht16k33.ht16k33 import HT16K33

adafruit_ht16k33/segments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: MIT
55

66
"""
7-
Segment Displays
8-
=================
7+
adafruit_ht16k33.segments
8+
=========================
99
"""
1010

1111
from time import sleep

0 commit comments

Comments
 (0)