From cbd19f895f14b47d217bcc9c86d3169c821f2ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 24 Oct 2018 22:48:50 +0200 Subject: [PATCH] u8g2: include "large" fonts (#2531) --- app/u8g2lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/u8g2lib/Makefile b/app/u8g2lib/Makefile index 4e1fa79c..1343a949 100644 --- a/app/u8g2lib/Makefile +++ b/app/u8g2lib/Makefile @@ -24,7 +24,7 @@ STD_CFLAGS=-std=gnu11 -Wimplicit # makefile at its root level - these are then overridden # for a subtree within the makefile rooted therein # -DEFINES += -DU8X8_USE_PINS +DEFINES += -DU8X8_USE_PINS -DU8G2_USE_LARGE_FONTS ############################################################# # Recursion Magic - Don't touch this!!