Skip to content

Commit 29615da

Browse files
authored
Merge pull request #1787 from pewpew-game/custom-font
Allow overriding the font per board definition
2 parents 121d532 + 1eede2d commit 29615da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/supervisor.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ autogen_usb_descriptor.intermediate: ../../tools/gen_usb_descriptor.py Makefile
101101
--output_c_file $(BUILD)/autogen_usb_descriptor.c\
102102
--output_h_file $(BUILD)/genhdr/autogen_usb_descriptor.h
103103

104-
CIRCUITPY_DISPLAY_FONT = "../../tools/Tecate-bitmap-fonts/bitmap/terminus-font-4.39/ter-u12n.bdf"
104+
CIRCUITPY_DISPLAY_FONT ?= "../../tools/Tecate-bitmap-fonts/bitmap/terminus-font-4.39/ter-u12n.bdf"
105105

106106
$(BUILD)/autogen_display_resources.c: ../../tools/gen_display_resources.py $(HEADER_BUILD)/qstrdefs.generated.h Makefile | $(HEADER_BUILD)
107107
$(STEPECHO) "GEN $@"

0 commit comments

Comments
 (0)