Skip to content

Commit

Permalink
let's not forget ó, very common character in Spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Oct 11, 2015
1 parent 601e491 commit 80f6423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/i2c/jhd1313m1_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 80f6423

Please sign in to comment.