Skip to content

Commit

Permalink
more custom characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Oct 11, 2015
1 parent 80f6423 commit ade406c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/i2c/jhd1313m1_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ var CustomLCDChars = map[string][8]byte{
"ê": [8]byte{132, 138, 142, 145, 159, 144, 142, 128},
"à": [8]byte{136, 134, 128, 142, 145, 147, 141, 128},
"â": [8]byte{132, 138, 128, 142, 145, 147, 141, 128},
"á": [8]byte{2, 4, 14, 1, 15, 17, 15, 0},
"î": [8]byte{132, 138, 128, 140, 132, 132, 142, 128},
"í": [8]byte{2, 4, 12, 4, 4, 4, 14, 0},
"û": [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},
Expand Down

0 comments on commit ade406c

Please sign in to comment.