comparison Discovery/Src/gfx_fonts.c @ 46:f39206facb93

Always include Fonts library (to have the adresses defined)
author Ideenmodellierer
date Sun, 29 Jul 2018 18:09:58 +0200
parents 5f11787b4f42
children 8f8ea3a32e82
comparison
equal deleted inserted replaced
45:219943ef9dc0 46:f39206facb93
20 20
21 #ifdef DEBUG 21 #ifdef DEBUG
22 # define INCLUDE_FONTS_BINARY 22 # define INCLUDE_FONTS_BINARY
23 #endif 23 #endif
24 24
25 #define INCLUDE_FONTS_BINARY 1
26
25 #ifdef INCLUDE_FONTS_BINARY 27 #ifdef INCLUDE_FONTS_BINARY
26 28
27 /* Fonts fixed in upper region */ 29 /* Fonts fixed in upper region */
28 #include "Fonts/font_awe48.h" 30 #include "Fonts/font_awe48.h"
29 #include "Fonts/font_T24.h" 31 #include "Fonts/font_T24.h"