From 90a65c167314918cfb5c012e598373d9ed41d93c Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 6 Nov 2015 07:59:32 +1000 Subject: Move the stub font include files so that user projects with custom fonts in the old format will work. --- mf_rlefont.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mf_rlefont.h (limited to 'mf_rlefont.h') diff --git a/mf_rlefont.h b/mf_rlefont.h new file mode 100644 index 00000000..df0e071b --- /dev/null +++ b/mf_rlefont.h @@ -0,0 +1,15 @@ +/* + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://ugfx.org/license.html + */ + +/* This is a stub file to prevent having to include the mcufont + * directory in the include path for funny compilers such as arduino + * which don't support a user specified include path. + * + * It is not needed anyway as the files are already included. + * + * New versions of the font generator do not generate these include lines. + */ -- cgit v1.2.3