let's not forget ó, very common character in Spanish

This commit is contained in:
Matt Aimonetti 2015-10-11 01:05:29 -07:00
parent 601e4916a2
commit 80f64239e9
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ var CustomLCDChars = map[string][8]byte{
"û": [8]byte{132, 138, 128, 145, 145, 147, 141, 128},
"ù": [8]byte{136, 134, 128, 145, 145, 147, 141, 128},
"ñ": [8]byte{14, 0, 22, 25, 17, 17, 17, 0},
"ó": [8]byte{2, 4, 14, 17, 17, 17, 14, 0},
"heart": [8]byte{0, 10, 31, 31, 31, 14, 4, 0},
"smiley": [8]byte{0, 0, 10, 0, 0, 17, 14, 0},
"frowney": [8]byte{0, 0, 10, 0, 0, 0, 14, 17},