diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-12 09:53:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-12 09:53:59 -0700 |
| commit | 29615dae06c1846825b8a26fbfb834fea51687f5 (patch) | |
| tree | 48f49ea21b58a7a6803b505493f886bb1613089c | |
| parent | 121d532a0edb0422dfa93f922b1705962cd3547e (diff) | |
| parent | 1eede2d1e3fd97688dfbca62de7203f957578330 (diff) | |
Merge pull request #1787 from pewpew-game/custom-font
Allow overriding the font per board definition
| -rw-r--r-- | supervisor/supervisor.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index 95cffc098..f94f19353 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -101,7 +101,7 @@ autogen_usb_descriptor.intermediate: ../../tools/gen_usb_descriptor.py Makefile --output_c_file $(BUILD)/autogen_usb_descriptor.c\ --output_h_file $(BUILD)/genhdr/autogen_usb_descriptor.h -CIRCUITPY_DISPLAY_FONT = "../../tools/Tecate-bitmap-fonts/bitmap/terminus-font-4.39/ter-u12n.bdf" +CIRCUITPY_DISPLAY_FONT ?= "../../tools/Tecate-bitmap-fonts/bitmap/terminus-font-4.39/ter-u12n.bdf" $(BUILD)/autogen_display_resources.c: ../../tools/gen_display_resources.py $(HEADER_BUILD)/qstrdefs.generated.h Makefile | $(HEADER_BUILD) $(STEPECHO) "GEN $@" |
