Mercurial > public > ostc4
comparison Discovery/Inc/gfx_engine.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 | e141b571a03d |
children | 028d8f3a9410 |
comparison
equal
deleted
inserted
replaced
566:7761dd028386 | 567:1c95f811967c |
---|---|
195 uint8_t GFX_is_colorschemeDiveStandard(void); | 195 uint8_t GFX_is_colorschemeDiveStandard(void); |
196 void GFX_use_colorscheme(uint8_t colorscheme); | 196 void GFX_use_colorscheme(uint8_t colorscheme); |
197 | 197 |
198 void GFX_screenshot(void); | 198 void GFX_screenshot(void); |
199 | 199 |
200 tFont* GFX_Check_Extra_Font(uint8_t character, tFont *Font); | |
201 uint32_t GFX_Character_Width(uint8_t character, tFont *Font); | |
200 #endif // GFX_ENGINE_H | 202 #endif // GFX_ENGINE_H |