diff Discovery/Src/gfx_fonts.c @ 567:1c95f811967c

-Add 12HR Time Support -Add firmware image only font extensions -Show english units when required in log's graphs -Show decompression info with Font84 if 10 characters long -Remove usage of ' symbol to denote minutes and instead use min abbreviation -Show english units when required on the simulation configuration screen -Remove usage of ' symbol to denote feet in in non-metric mode and use ft abbrevation
author izzni
date Tue, 24 Nov 2020 13:22:23 -0600
parents 5ca88855da87
children
line wrap: on
line diff
--- a/Discovery/Src/gfx_fonts.c	Sat Nov 21 17:41:59 2020 +0100
+++ b/Discovery/Src/gfx_fonts.c	Tue Nov 24 13:22:23 2020 -0600
@@ -18,6 +18,11 @@
 
 #include "gfx_fonts.h"
 
+/* Fonts in the firmware image */
+#include "Fonts/font_T54_extra.h"
+#include "Fonts/font_T84_extra.h"
+#include "Fonts/font_T105_extra.h"
+
 #ifdef DEBUG
 # 	define INCLUDE_FONTS_BINARY
 #endif