u8g2: include "large" fonts (#2531)

This commit is contained in:
Arnim Läuger 2018-10-24 22:48:50 +02:00 committed by devsaurus
parent c708828bbe
commit 4095c408e6
1 changed files with 1 additions and 1 deletions

View File

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