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!!