Skip to content

Commit 4095c40

Browse files
committed
u8g2: include "large" fonts (#2531)
1 parent c708828 commit 4095c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/u8g2lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ STD_CFLAGS=-std=gnu11 -Wimplicit
2424
# makefile at its root level - these are then overridden
2525
# for a subtree within the makefile rooted therein
2626
#
27-
DEFINES += -DU8X8_USE_PINS
27+
DEFINES += -DU8X8_USE_PINS -DU8G2_USE_LARGE_FONTS
2828

2929
#############################################################
3030
# Recursion Magic - Don't touch this!!

0 commit comments

Comments
 (0)