From c713719326b610403b7db195d43b9d172fed3967 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 18 Aug 2021 19:18:04 +0200 Subject: [PATCH] Update /demos/benchmarks configuration file --- demos/benchmarks/gfxconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/benchmarks/gfxconf.h b/demos/benchmarks/gfxconf.h index 3133e757..e9f15e54 100644 --- a/demos/benchmarks/gfxconf.h +++ b/demos/benchmarks/gfxconf.h @@ -48,5 +48,10 @@ /* Builtin Fonts */ #define GDISP_INCLUDE_FONT_UI2 GFXON +/* GFILE */ +#define GFX_USE_GFILE GFXON +#define GFILE_NEED_PRINTG GFXON +#define GFILE_NEED_STRINGS GFXON + #endif /* _GFXCONF_H */