u8g2: include "large" fonts (#2531)

This commit is contained in:
Arnim Läuger 2018-10-24 22:48:50 +02:00 committed by GitHub
parent 0bdcb81526
commit cbd19f895f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # makefile at its root level - these are then overridden
# for a subtree within the makefile rooted therein # 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!! # Recursion Magic - Don't touch this!!