comparison Discovery/Src/gfx_fonts.c @ 123:a984d87a1ec0 FlipDisplay

Added option to build FontPack as static libary which is linked to the Firmware project (to allow separate build settings)
author Ideenmodellierer
date Sun, 27 Jan 2019 22:01:07 +0100
parents 8f8ea3a32e82
children 842f57bbaaad
comparison
equal deleted inserted replaced
122:871baf20776b 123:a984d87a1ec0
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 #ifndef INCLUDE_FONTS_BINARY
26 #define INCLUDE_FONTS_BINARY 1
27 #endif
28
29 #ifdef INCLUDE_FONTS_BINARY 25 #ifdef INCLUDE_FONTS_BINARY
30 26
31 /* Fonts fixed in upper region */ 27 /* Fonts fixed in upper region */
32 #include "Fonts/font_awe48.h" 28 #include "Fonts/font_awe48.h"
33 #include "Fonts/font_T24.h" 29 #include "Fonts/font_T24.h"