Mercurial > public > ostc4
comparison Discovery/Inc/Fonts/font_T84.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 |
comparison
equal
deleted
inserted
replaced
566:7761dd028386 | 567:1c95f811967c |
---|---|
571 {0x0039, &FontT84_0x0039} | 571 {0x0039, &FontT84_0x0039} |
572 | 572 |
573 }; | 573 }; |
574 | 574 |
575 const tFont FontT84 __attribute__ (( used, section(".upper_font_directory.FontT84") )) = { 11, FontT84_array,0, 43, 64 }; | 575 const tFont FontT84 __attribute__ (( used, section(".upper_font_directory.FontT84") )) = { 11, FontT84_array,0, 43, 64 }; |
576 | |
577 const tFont FontT84Spaced = { 11, FontT84_array, 18, 43, 64 }; |