commit | 39624d4e5e724e0de68cecab0594df30820d79a2 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Tue Dec 01 22:02:07 2015 +0100 |
committer | maxwen <max.weninger@gmail.com> | Tue Dec 01 22:20:57 2015 +0100 |
tree | 3a8eec2f8fc9f92cb003122514e81bf84b59b9a4 | |
parent | 7ac17ccee61fb464b43c0f595b73b79d08d9ced8 [diff] [blame] |
minui: bring back custom font support Change-Id: I6cb97b236ff8ada46d270e99ab37656f5f1b73f8
diff --git a/minui/graphics.cpp b/minui/graphics.cpp index 76ef56e..eceaeee 100644 --- a/minui/graphics.cpp +++ b/minui/graphics.cpp
@@ -31,7 +31,12 @@ #include <time.h> +#ifdef BOARD_USE_CUSTOM_RECOVERY_FONT +#include BOARD_USE_CUSTOM_RECOVERY_FONT +#else #include "font_10x18.h" +#endif + #include "minui.h" #include "graphics.h"