HD44780 mapping for Czech accents (#17603)
This commit is contained in:
		| @@ -678,6 +678,8 @@ static const hd44780_charmap_t g_hd44780_charmap_common[] PROGMEM = { | ||||
|   {IV('ď'), 'd', 0}, // 010F | ||||
|   {IV('đ'), 'd', 0}, // 0111 | ||||
|   {IV('ę'), 'e', 0}, // 0119 | ||||
|   {IV('Ě'), 'E', 0}, // 011A | ||||
|   {IV('ě'), 'e', 0}, // 011B | ||||
|   {IV('ğ'), 'g', 0}, // 011F | ||||
|   {IV('İ'), 'I', 0}, // 0130 | ||||
|   {IV('ı'), 'i', 0}, // 0131 | ||||
| @@ -688,6 +690,7 @@ static const hd44780_charmap_t g_hd44780_charmap_common[] PROGMEM = { | ||||
|   {IV('ń'), 'n', 0}, // 0144 | ||||
|   {IV('ň'), 'n', 0}, // 0148 | ||||
|  | ||||
|   {IV('Ř'), 'R', 0}, // 0158 | ||||
|   {IV('ř'), 'r', 0}, // 0159 | ||||
|   {IV('Ś'), 'S', 0}, // 015A | ||||
|   {IV('ś'), 's', 0}, // 015B | ||||
|   | ||||
		Reference in New Issue
	
	Block a user