diff Discovery/Inc/gfx_fonts.h @ 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 f2d98ad6f1be
children 3508e6dc4f22
line wrap: on
line diff
--- a/Discovery/Inc/gfx_fonts.h	Sat Nov 21 17:41:59 2020 +0100
+++ b/Discovery/Inc/gfx_fonts.h	Tue Nov 24 13:22:23 2020 -0600
@@ -61,6 +61,11 @@
 extern const tFont FontT105;
 extern const tFont FontT144;
 
+extern const tFont FontT84Spaced;
+
+extern const tFont FontT54Extra;
+extern const tFont FontT84Extra;
+extern const tFont FontT105Extra;
 extern const tFont Batt24;
 
 extern const tImage ImgHWcolor;