Batch appercase hex values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user