forgot to save before the last commit

embedded-hal-1.0
Christoph Groß 2018-05-28 16:02:42 +02:00
parent e59926e0c7
commit fc877efb60
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ mod tests {
//bad font as the order is not the one we want to use
//goes from bottom left -> up -> right
pub(crate) fn bitmap_8x8(input: char) -> [u8; 8] { pub(crate) fn bitmap_8x8(input: char) -> [u8; 8] {
// Populate the array with the data from the character array at the right index // Populate the array with the data from the character array at the right index
match input { match input {