Revert "Extend HU_FONTSTART to STCFN022 (from 2.2)"

This reverts commit 6400729034.
This commit is contained in:
mazmazz 2018-12-22 22:40:58 -05:00
parent 56320a35ce
commit a9fb17dab1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
//------------------------------------
// heads up font
//------------------------------------
#define HU_FONTSTART '\x16' // the first font character
#define HU_FONTSTART '\x1F' // the first font character
#define HU_FONTEND '~'
#define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)