We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc09e9 commit aa5ea25Copy full SHA for aa5ea25
utils/font_to_bin.py
@@ -2,8 +2,8 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-# Quick script to convert Adafruit GFX font into binary file.
6
-# Taken from glcdfont.c from Adafruit GFX Arduino library.
+""" Quick script to convert Adafruit GFX font into binary file.
+Taken from glcdfont.c from Adafruit GFX Arduino library. """
7
# fmt: off
8
FONT = bytes((
9
0x00, 0x00, 0x00, 0x00, 0x00,
0 commit comments