Skip to content

Commit aec41b9

Browse files
committed
Start using custom pixel font
1 parent e3316bd commit aec41b9

File tree

3 files changed

+707
-252
lines changed

3 files changed

+707
-252
lines changed

Diff for: main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from led_effects import LedEffects
33
import numpy as np
44
from led_mockup_opencv import LedMatrixMockup
5-
from text_to_array import Font
5+
from pixel_font import Font
66
from usb_interface import SerialInterface
77

88
#interface = LedMatrixMockup()

0 commit comments

Comments
 (0)