diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-04-12 12:09:53 +0200 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-04-12 12:09:53 +0200 |
| commit | 1eede2d1e3fd97688dfbca62de7203f957578330 (patch) | |
| tree | 48f49ea21b58a7a6803b505493f886bb1613089c /supervisor | |
| parent | 121d532a0edb0422dfa93f922b1705962cd3547e (diff) | |
Allow overriding the font per board definition
This way boards with smaller screens can use smaller fonts
Diffstat (limited to 'supervisor')
| -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 $@" |
