diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-11-06 07:59:32 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-11-06 07:59:32 +1000 |
commit | 90a65c167314918cfb5c012e598373d9ed41d93c (patch) | |
tree | beec86610df5b8e1ef28d5487469e2bb275c5e3f /src/gdisp/fonts | |
parent | 881af3e5c9e91d44158cdb040feeceb42d0e0ffb (diff) | |
download | uGFX-90a65c167314918cfb5c012e598373d9ed41d93c.tar.gz uGFX-90a65c167314918cfb5c012e598373d9ed41d93c.tar.bz2 uGFX-90a65c167314918cfb5c012e598373d9ed41d93c.zip |
Move the stub font include files so that user projects with custom fonts in the old format will work.
Diffstat (limited to 'src/gdisp/fonts')
-rw-r--r-- | src/gdisp/fonts/mf_bwfont.h | 15 | ||||
-rw-r--r-- | src/gdisp/fonts/mf_rlefont.h | 15 | ||||
-rw-r--r-- | src/gdisp/fonts/mf_scaledfont.h | 15 |
3 files changed, 0 insertions, 45 deletions
diff --git a/src/gdisp/fonts/mf_bwfont.h b/src/gdisp/fonts/mf_bwfont.h deleted file mode 100644 index df0e071b..00000000 --- a/src/gdisp/fonts/mf_bwfont.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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. - */ diff --git a/src/gdisp/fonts/mf_rlefont.h b/src/gdisp/fonts/mf_rlefont.h deleted file mode 100644 index df0e071b..00000000 --- a/src/gdisp/fonts/mf_rlefont.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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. - */ diff --git a/src/gdisp/fonts/mf_scaledfont.h b/src/gdisp/fonts/mf_scaledfont.h deleted file mode 100644 index df0e071b..00000000 --- a/src/gdisp/fonts/mf_scaledfont.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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. - */ |