let's not forget ó, very common character in Spanish
This commit is contained in:
parent
601e4916a2
commit
80f64239e9
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue