Batch appercase hex values

This commit is contained in:
Scott Lahteine
2020-10-09 16:50:17 -05:00
parent 0988af453c
commit 6831341ab4
106 changed files with 7192 additions and 7192 deletions

View File

@@ -461,8 +461,8 @@ static const TFTGLCD_charmap_t g_TFTGLCD_charmap_device[] PROGMEM = {
#ifdef CONVERT_TO_EXT_ASCII
{IV('°'), 0x01, 0}, // 00B0, Marlin special: '°' LCD_STR_DEGREE (0x09)
{IV('²'), 0x0e, 0}, // 0x32 if no special symbol in panel font
{IV('³'), 0x0f, 0}, // 0x33 if no special symbol in panel font
{IV('²'), 0x0E, 0}, // 0x32 if no special symbol in panel font
{IV('³'), 0x0F, 0}, // 0x33 if no special symbol in panel font
// translate to cp866 codepage
//first ASCII symbols in panel font must be replaced with Marlin special symbols