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 */