Skip to content

Commit aa5ea25

Browse files
authored
Added module docstring
1 parent 8fc09e9 commit aa5ea25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/font_to_bin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# Quick script to convert Adafruit GFX font into binary file.
6-
# Taken from glcdfont.c from Adafruit GFX Arduino library.
5+
""" Quick script to convert Adafruit GFX font into binary file.
6+
Taken from glcdfont.c from Adafruit GFX Arduino library. """
77
# fmt: off
88
FONT = bytes((
99
0x00, 0x00, 0x00, 0x00, 0x00,

0 commit comments

Comments
 (0)